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

Class Particle

The Particle Object

Particle in a particle system.

References

Instance Variables [hide private]
enum alive_state
Alive State in...
float array of 3 items in [-inf, inf] angular_velocity
Angular Velocity
float in [-inf, inf] birthtime
Birth Time
float in [-inf, inf] die_time
Die Time
Collection of ParticleHairKey (readonly) hair
Hair
Collection of ParticleKey (readonly) keys
Keyed States
float in [-inf, inf] lifetime
Lifetime
float array of 3 items in [-inf, inf] location
Particle Location
int (readonly) in [-32768, 32767] loop
How may times the particle life has looped
boolean no_disp
no_disp
float array of 3 items in [-inf, inf] prev_angular_velocity
Previous Angular Velocity
float array of 3 items in [-inf, inf] prev_location
Previous Particle Location
float array of 4 items in [-inf, inf] prev_rotation
Previous Rotation
float array of 3 items in [-inf, inf] prev_velocity
Previous Particle Velocity
boolean rekey
rekey
float array of 4 items in [-inf, inf] rotation
Rotation
float in [-inf, inf] size
Size
boolean unexist
unexist
float array of 3 items in [-inf, inf] velocity
Particle Velocity
Instance Variable Details [hide private]

alive_state

Alive State in...
  • DEAD
  • UNBORN
  • ALIVE
  • DYING
Type:
enum