Package bpy :: Module types :: Class ParticleInstanceModifier
[hide private]
[frames] | no frames]

Class ParticleInstanceModifier


The ParticleInstance Modifier Object

Particle system instancing modifier.

(no references to this struct found)

Instance Variables [hide private]
boolean alive
Show instances when particles are alive.
enum axis
Pole axis for rotation in...
boolean children
Create instances from child particles.
boolean dead
Show instances when particles are dead.
boolean editmode
Use modifier while in the edit mode. (Inherited from bpy.types.Modifier)
boolean expanded
Set modifier expanded in the user interface. (Inherited from bpy.types.Modifier)
boolean keep_shape
Don't stretch the object.
string name
Modifier name. (Inherited from bpy.types.Modifier)
boolean normal
Create instances from normal particles.
Object object
Object that has the particle system.
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
int in [1, 10] particle_system_number
Particle System Number
boolean path
Create instances along particle paths.
float in [0, 1] position
Position along path.
float in [0, 1] random_position
Randomize position along path.
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
boolean size
Use particle size to scale the instances.
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
boolean unborn
Show instances when particles are unborn.
Instance Variable Details [hide private]

axis

Pole axis for rotation in...
  • X
  • Y
  • Z
Type:
enum