Blender
V3.3
|
#include <DNA_particle_types.h>
Public Attributes | |
float | co [3] |
float | time |
float | weight |
short | editflag |
char | _pad [2] |
float | world_co [3] |
Definition at line 20 of file DNA_particle_types.h.
char HairKey::_pad[2] |
Definition at line 29 of file DNA_particle_types.h.
float HairKey::co[3] |
Location of hair vertex.
Definition at line 22 of file DNA_particle_types.h.
Referenced by brush_add(), copy_particle_edit(), disconnect_hair(), hair_create_input_mesh(), hair_to_particle(), PE_create_particle_edit(), PE_mirror_particle(), PE_mirror_x(), pe_update_hair_particle_edit_pointers(), PE_update_mirror_cache(), psys_apply_hair_lattice(), psys_hair_use_simulation(), rekey_particle(), rekey_particle_to_time(), remap_hair_emitter(), remove_tagged_keys(), save_hair(), subdivide_particle(), blender::ed::curves::convert_to_particle_system::try_convert_single_object(), and undoptcache_to_editcache().
short HairKey::editflag |
Saved particled edit mode flags.
Definition at line 28 of file DNA_particle_types.h.
Referenced by copy_particle_edit(), PE_create_particle_edit(), pe_update_hair_particle_edit_pointers(), PE_update_selection(), and remove_tagged_keys().
float HairKey::time |
Time along hair, default 0-100.
Definition at line 24 of file DNA_particle_types.h.
Referenced by brush_add(), copy_particle_edit(), do_particle_interpolation(), hair_to_particle(), init_particle_interpolation(), mvert_to_particle(), PE_create_particle_edit(), PE_mirror_particle(), PE_mirror_x(), pe_update_hair_particle_edit_pointers(), psys_cache_edit_paths_iter(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), save_hair(), subdivide_particle(), blender::ed::curves::convert_to_particle_system::try_convert_single_object(), and undoptcache_to_editcache().
float HairKey::weight |
Softbody weight.
Definition at line 26 of file DNA_particle_types.h.
Referenced by BKE_brush_weight_get(), brush_add(), hair_create_input_mesh(), particle_key_weight(), psys_cache_edit_paths_iter(), remove_tagged_keys(), save_hair(), and weight_set_exec().
float HairKey::world_co[3] |
Definition at line 30 of file DNA_particle_types.h.
Referenced by remap_hair_emitter().