EffectorWeights(bpy_struct)¶
base class — bpy_struct
- class bpy.types.EffectorWeights(bpy_struct)¶
Effector weights for physics simulation
- all¶
All effector’s weight
- Type:
float in [-200, 200], default 0.0
- apply_to_hair_growing¶
Use force fields when growing hair
- Type:
boolean, default False
- boid¶
Boid effector weight
- Type:
float in [-200, 200], default 0.0
- charge¶
Charge effector weight
- Type:
float in [-200, 200], default 0.0
- collection¶
Limit effectors to this collection
- Type:
- curve_guide¶
Curve guide effector weight
- Type:
float in [-200, 200], default 0.0
- drag¶
Drag effector weight
- Type:
float in [-200, 200], default 0.0
- force¶
Force effector weight
- Type:
float in [-200, 200], default 0.0
- gravity¶
Global gravity weight
- Type:
float in [-200, 200], default 0.0
- harmonic¶
Harmonic effector weight
- Type:
float in [-200, 200], default 0.0
- lennardjones¶
Lennard-Jones effector weight
- Type:
float in [-200, 200], default 0.0
- magnetic¶
Magnetic effector weight
- Type:
float in [-200, 200], default 0.0
- smokeflow¶
Fluid Flow effector weight
- Type:
float in [-200, 200], default 0.0
- texture¶
Texture effector weight
- Type:
float in [-200, 200], default 0.0
- turbulence¶
Turbulence effector weight
- Type:
float in [-200, 200], default 0.0
- vortex¶
Vortex effector weight
- Type:
float in [-200, 200], default 0.0
- wind¶
Wind effector weight
- Type:
float in [-200, 200], default 0.0
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type