Blender
V3.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 81 of file DNA_particle_types.h.
char ParticleDupliWeight::_pad0[2] |
Definition at line 88 of file DNA_particle_types.h.
short ParticleDupliWeight::count |
Definition at line 84 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
short ParticleDupliWeight::flag |
Definition at line 85 of file DNA_particle_types.h.
Referenced by copy_particle_dupliob_exec(), dupliob_move_down_exec(), dupliob_move_up_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 87 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
struct ParticleDupliWeight* ParticleDupliWeight::next |
Definition at line 82 of file DNA_particle_types.h.
Referenced by copy_particle_dupliob_exec(), dupliob_move_down_exec(), dupliob_move_up_exec(), psys_check_group_weights(), and remove_particle_dupliob_exec().
struct Object* ParticleDupliWeight::ob |
Definition at line 83 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
struct ParticleDupliWeight * ParticleDupliWeight::prev |
Definition at line 82 of file DNA_particle_types.h.
Referenced by dupliob_move_up_exec().