MaterialHalo(bpy_struct)

base class — bpy_struct

class bpy.types.MaterialHalo(bpy_struct)

Halo particle effect settings for a Material datablock

add

Sets the strength of the add effect

Type :float in [0, 1], default 0.0
flare_boost

Gives the flare extra strength

Type :float in [0.1, 10], default 0.0
flare_seed

Specifies an offset in the flare seed table

Type :int in [0, 255], default 0
flare_size

Sets the factor by which the flare is larger than the halo

Type :float in [0.1, 25], default 0.0
flare_subflare_count

Sets the number of sub-flares

Type :int in [1, 32], default 0
flare_subflare_size

Sets the dimension of the sub-flares, dots and circles

Type :float in [0.1, 25], default 0.0
hardness

Sets the hardness of the halo

Type :int in [0, 127], default 0
line_count

Sets the number of star shaped lines rendered over the halo

Type :int in [0, 250], default 0
ring_count

Sets the number of rings rendered over the halo

Type :int in [0, 24], default 0
seed

Randomizes ring dimension and line location

Type :int in [0, 255], default 0
size

Sets the dimension of the halo

Type :float in [0, 100], default 0.0
star_tip_count

Sets the number of points on the star shaped halo

Type :int in [3, 50], default 0
use_extreme_alpha

Uses extreme alpha

Type :boolean, default False
use_flare_mode

Renders halo as a lens flare

Type :boolean, default False
use_lines

Renders star shaped lines over halo

Type :boolean, default False
use_ring

Renders rings over halo

Type :boolean, default False
use_shaded

Lets halo receive light and shadows from external objects

Type :boolean, default False
use_soft

Softens the edges of halos at intersections with other geometry

Type :boolean, default False
use_star

Renders halo as a star

Type :boolean, default False
use_texture

Gives halo a texture

Type :boolean, default False
use_vertex_normal

Uses the vertex normal to specify the dimension of the halo

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

Material(ID)

Next topic

MaterialPhysics(bpy_struct)