base class — bpy_struct
Particle system in an object
| Type: | ParticleTarget, (readonly) |
|---|
| Type: | int in [0, inf], default 0 |
|---|
UV map to control billboard normals
| Type: | string, default “”, (never None) |
|---|
UV map to control billboard splitting
| Type: | string, default “”, (never None) |
|---|
UV map to control billboard time index (X-Y)
| Type: | string, default “”, (never None) |
|---|
Child particles generated by the particle system
| Type: | bpy_prop_collection of ChildParticle, (readonly) |
|---|
Offset in the random number table for child particles, to get a different randomized result
| Type: | int in [0, inf], default 0 |
|---|
Cloth dynamics for hair
| Type: | ClothModifier, (readonly, never None) |
|---|
The current simulation time step size, as a fraction of a frame
| Type: | float in [0.00990099, 1], default 0.0, (readonly) |
|---|
Particle system has multiple point caches
| Type: | boolean, default False, (readonly) |
|---|
Negate the effect of the clump vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the density vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the field vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the kink vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the length vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the rotation vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the roughness 1 vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the roughness 2 vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the roughness end vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the size vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the tangent vertex group
| Type: | boolean, default False |
|---|
Negate the effect of the velocity vertex group
| Type: | boolean, default False |
|---|
Particle system can be edited in particle mode
| Type: | boolean, default False, (readonly) |
|---|
Particle system has been edited in particle mode
| Type: | boolean, default False, (readonly) |
|---|
Hair keys are in global coordinate space
| Type: | boolean, default False, (readonly) |
|---|
Particle system name
| Type: | string, default “”, (never None) |
|---|
Particles generated by the particle system
| Type: | bpy_prop_collection of Particle, (readonly) |
|---|
| Type: | PointCache, (readonly, never None) |
|---|
For reactor systems, the object that has the target particle system (empty if same object)
| Type: | Object |
|---|
For reactor systems, index of particle system on the target object
| Type: | int in [1, 32767], default 0 |
|---|
Offset in the random number table, to get a different randomized result
| Type: | int in [0, inf], default 0 |
|---|
Particle system settings
| Type: | ParticleSettings, (never None) |
|---|
Target particle systems
| Type: | bpy_prop_collection of ParticleTarget, (readonly) |
|---|
Enable hair dynamics using cloth simulation
| Type: | boolean, default False |
|---|
Use key times
| Type: | boolean, default False |
|---|
Vertex group to control clump
| Type: | string, default “”, (never None) |
|---|
Vertex group to control density
| Type: | string, default “”, (never None) |
|---|
Vertex group to control field
| Type: | string, default “”, (never None) |
|---|
Vertex group to control kink
| Type: | string, default “”, (never None) |
|---|
Vertex group to control length
| Type: | string, default “”, (never None) |
|---|
Vertex group to control rotation
| Type: | string, default “”, (never None) |
|---|
Vertex group to control roughness 1
| Type: | string, default “”, (never None) |
|---|
Vertex group to control roughness 2
| Type: | string, default “”, (never None) |
|---|
Vertex group to control roughness end
| Type: | string, default “”, (never None) |
|---|
Vertex group to control size
| Type: | string, default “”, (never None) |
|---|
Vertex group to control tangent
| Type: | string, default “”, (never None) |
|---|
Vertex group to control velocity
| Type: | string, default “”, (never None) |
|---|
Set the resolution to use for the number of particles
| Parameters: |
|---|
Obtain cache hair data
| Parameters: |
|
|---|---|
| Returns: | Co, Exported hairkey location |
| Return type: | float array of 3 items in [-inf, inf] |
Obtain uv for all particles
| Parameters: |
|
|---|---|
| Returns: | uv |
| Return type: | float array of 2 items in [-inf, inf] |
Obtain mcol for all particles
| Parameters: |
|
|---|---|
| Returns: | mcol |
| Return type: | float array of 3 items in [0, inf] |
Inherited Properties
Inherited Functions
References