|
Blender V4.3
|
#include <DNA_particle_types.h>
Public Attributes | |
| struct ParticleDupliWeight * | next |
| struct ParticleDupliWeight * | prev |
| struct Object * | ob |
| short | count |
| short | flag |
| short | index |
| char | _pad0 [2] |
Definition at line 78 of file DNA_particle_types.h.
| char ParticleDupliWeight::_pad0[2] |
Definition at line 85 of file DNA_particle_types.h.
| short ParticleDupliWeight::count |
Definition at line 81 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
| short ParticleDupliWeight::flag |
Definition at line 82 of file DNA_particle_types.h.
Referenced by copy_particle_dupliob_exec(), psys_check_group_weights(), and remove_particle_dupliob_exec().
| short ParticleDupliWeight::index |
Only updated on file save and used on file load.
Definition at line 84 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
| struct ParticleDupliWeight* ParticleDupliWeight::next |
Definition at line 79 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
| struct Object* ParticleDupliWeight::ob |
Definition at line 80 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
| struct ParticleDupliWeight * ParticleDupliWeight::prev |
Definition at line 79 of file DNA_particle_types.h.