|
Blender
V2.93
|
#include <DNA_particle_types.h>
Public Attributes | |
| struct ParticleDupliWeight * | next |
| struct ParticleDupliWeight * | prev |
| struct Object * | ob |
| short | count |
| short | flag |
| short | index |
| short | rt |
Definition at line 96 of file DNA_particle_types.h.
| short ParticleDupliWeight::count |
Definition at line 99 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
| short ParticleDupliWeight::flag |
Definition at line 100 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 102 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
| struct ParticleDupliWeight* ParticleDupliWeight::next |
Definition at line 97 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 98 of file DNA_particle_types.h.
Referenced by psys_check_group_weights().
| struct ParticleDupliWeight * ParticleDupliWeight::prev |
Definition at line 97 of file DNA_particle_types.h.
Referenced by dupliob_move_up_exec().
| short ParticleDupliWeight::rt |
Definition at line 102 of file DNA_particle_types.h.