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