ParticleInstanceModifier(Modifier)¶
base classes — bpy_struct, Modifier
-
class
bpy.types.ParticleInstanceModifier(Modifier)¶ Particle system instancing modifier
-
axis¶ Pole axis for rotation
Type: enum in [‘X’, ‘Y’, ‘Z’], default ‘X’
-
particle_system_index¶ Type: int in [1, 10], default 0
-
position¶ Position along path
Type: float in [0, 1], default 0.0
-
random_position¶ Randomize position along path
Type: float in [0, 1], default 0.0
-
show_alive¶ Show instances when particles are alive
Type: boolean, default False
-
show_dead¶ Show instances when particles are dead
Type: boolean, default False
-
show_unborn¶ Show instances when particles are unborn
Type: boolean, default False
-
use_children¶ Create instances from child particles
Type: boolean, default False
-
use_normal¶ Create instances from normal particles
Type: boolean, default False
-
use_path¶ Create instances along particle paths
Type: boolean, default False
-
use_preserve_shape¶ Don’t stretch the object
Type: boolean, default False
-
use_size¶ Use particle size to scale the instances
Type: boolean, default False
-
Inherited Properties
Inherited Functions