Blender V2.61 - r43446
|
#include <DNA_particle_types.h>
Public Attributes | |
float | co [3] |
float | time |
float | weight |
short | editflag |
short | pad |
Definition at line 41 of file DNA_particle_types.h.
float HairKey::co[3] |
Definition at line 42 of file DNA_particle_types.h.
Referenced by brush_add(), connect_hair(), disconnect_hair(), do_hair_dynamics(), get_PTCacheUndo(), hair_to_particle(), PE_create_particle_edit(), PE_mirror_particle(), PE_mirror_x(), PE_update_mirror_cache(), psys_apply_hair_lattice(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), save_hair(), and subdivide_particle().
short HairKey::editflag |
Definition at line 45 of file DNA_particle_types.h.
Referenced by PE_create_particle_edit(), PE_update_selection(), and remove_tagged_keys().
short HairKey::pad |
Definition at line 46 of file DNA_particle_types.h.
float HairKey::time |
Definition at line 43 of file DNA_particle_types.h.
Referenced by brush_add(), do_particle_interpolation(), get_PTCacheUndo(), hair_to_particle(), init_particle_interpolation(), mvert_to_particle(), PE_create_particle_edit(), PE_mirror_particle(), PE_mirror_x(), psys_cache_edit_paths(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), save_hair(), and subdivide_particle().
float HairKey::weight |
Definition at line 44 of file DNA_particle_types.h.
Referenced by brush_add(), brush_weight(), do_hair_dynamics(), psys_cache_edit_paths(), remove_tagged_keys(), save_hair(), and weight_set_exec().