Blender
V3.3
|
#include <BKE_effect.h>
Public Attributes | |
struct EffectorRelation * | next |
struct EffectorRelation * | prev |
struct Object * | ob |
struct ParticleSystem * | psys |
struct PartDeflect * | pd |
Definition at line 88 of file BKE_effect.h.
struct EffectorRelation* EffectorRelation::next |
Definition at line 89 of file BKE_effect.h.
struct Object* EffectorRelation::ob |
Definition at line 91 of file BKE_effect.h.
Referenced by add_effector_relation().
struct PartDeflect* EffectorRelation::pd |
Definition at line 93 of file BKE_effect.h.
Referenced by add_effector_relation().
struct EffectorRelation * EffectorRelation::prev |
Definition at line 89 of file BKE_effect.h.
struct ParticleSystem* EffectorRelation::psys |
Definition at line 92 of file BKE_effect.h.
Referenced by add_effector_relation().