ParticleHairKey(bpy_struct)

base class — bpy_struct

class bpy.types.ParticleHairKey(bpy_struct)

Particle key for hair particle system

co

Location of the hair key in object space

Type :float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
co_hair_space

Location of the hair key in its internal coordinate system, relative to the emitting face

Type :float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
time

Relative time of key over hair length

Type :float in [0, inf], default 0.0
weight

Weight for cloth simulation

Type :float in [0, 1], default 0.0

Inherited Properties

Inherited Functions

References

Previous topic

ParticleFluidSettings(FluidSettings)

Next topic

ParticleInstanceModifier(Modifier)