|
Blender V4.3
|
#include <DNA_object_force_types.h>
Public Attributes | |
| struct Collection * | group |
| float | weight [14] |
| float | global_gravity |
| short | flag |
| char | _pad [2] |
Definition at line 159 of file DNA_object_force_types.h.
| char EffectorWeights::_pad[2] |
Definition at line 167 of file DNA_object_force_types.h.
| short EffectorWeights::flag |
Definition at line 166 of file DNA_object_force_types.h.
| float EffectorWeights::global_gravity |
Definition at line 165 of file DNA_object_force_types.h.
Referenced by _softbody_calc_forces_slice_in_a_thread(), BKE_effector_add_weights(), blo_do_versions_250(), cloth_calc_force(), and psys_uses_gravity().
| struct Collection* EffectorWeights::group |
Only use effectors from this group of objects.
Definition at line 161 of file DNA_object_force_types.h.
Referenced by blender::deg::DepsgraphRelationBuilder::add_particle_forcefield_relations(), BKE_effector_add_weights(), BKE_effectors_create(), blender::deg::DepsgraphRelationBuilder::build_rigidbody(), DEG_add_forcefield_relations(), foreach_ID_link(), foreach_ID_link(), and particle_settings_foreach_id().
| float EffectorWeights::weight[14] |
Effector type specific weights.
Definition at line 164 of file DNA_object_force_types.h.
Referenced by BKE_effector_add_weights(), effector_falloff(), and is_effector_relevant().