Blender V2.61 - r43446
|
#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 87 of file DNA_particle_types.h.
Definition at line 90 of file DNA_particle_types.h.
Referenced by new_particle_duplilist(), and psys_check_group_weights().
Definition at line 91 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().
Definition at line 92 of file DNA_particle_types.h.
Referenced by lib_link_particlesettings(), and write_particlesettings().
Definition at line 88 of file DNA_particle_types.h.
Referenced by copy_particle_dupliob_exec(), dupliob_move_down_exec(), dupliob_move_up_exec(), lib_link_particlesettings(), new_particle_duplilist(), psys_check_group_weights(), remove_particle_dupliob_exec(), and write_particlesettings().
struct Object* ParticleDupliWeight::ob |
Definition at line 89 of file DNA_particle_types.h.
Referenced by lib_link_particlesettings(), new_particle_duplilist(), psys_check_group_weights(), and write_particlesettings().
Definition at line 88 of file DNA_particle_types.h.
Referenced by dupliob_move_up_exec().
short ParticleDupliWeight::rt |
Definition at line 92 of file DNA_particle_types.h.