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

Class ParticleEdit

The Particle Edit Object

Properties of particle editing mode.

References

Instance Variables [hide private]
boolean add_interpolate
Interpolate new particles from the existing ones.
int in [2, inf] add_keys
How many keys to make new particles with.
boolean auto_velocity
Calculate point velocities automatically.
ParticleBrush (readonly) brush
Brush
boolean draw_particles
Draw actual particles.
int in [2, 10] draw_step
How many steps to draw the path with.
boolean (readonly) editable
A valid edit mode exists
boolean emitter_deflect
Keep paths from intersecting the emitter.
float in [0, inf] emitter_distance
Distance to keep particles away from the emitter.
int in [2, 100] fade_frames
How many frames to fade.
boolean fade_time
Fade paths and keys further away from current frame.
boolean (readonly) hair
Editing hair
boolean keep_lengths
Keep path lengths constant.
boolean keep_root
Keep root keys unmodified.
boolean mirror_x
Mirror operations over the X axis while editing.
Object (readonly) object
The edited object
enum selection_mode
Particle select and display mode.
enum tool
Tool in...
enum type
Type in...
Instance Variable Details [hide private]

selection_mode

Particle select and display mode. in...
  • PATH
  • POINT
  • TIP
Type:
enum

tool

Tool in...
  • NONE
  • COMB
  • SMOOTH
  • ADD
  • LENGTH
  • PUFF
  • CUT
Type:
enum

type

Type in...
  • PARTICLES
  • SOFT_BODY
  • CLOTH
Type:
enum