Blender
V3.3
|
#include <BKE_pointcache.h>
Public Attributes | |
float * | co |
float * | vel |
float * | rot |
float * | time |
float | world_co [3] |
float | ftime |
float | length |
short | flag |
Definition at line 189 of file BKE_pointcache.h.
float* PTCacheEditKey::co |
Definition at line 190 of file BKE_pointcache.h.
Referenced by apply_lengths_iter(), brush_add(), brush_comb(), brush_smooth_do(), brush_smooth_get(), calculate_point_length(), createTransParticleVerts(), deflect_emitter_iter(), ED_transform_calc_gizmo_stats(), edit_to_particle(), flushTransParticles(), iterate_lengths_iter(), PE_create_particle_edit(), PE_mirror_particle(), PE_mirror_x(), pe_update_hair_particle_edit_pointers(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), scale_point_factor(), and subdivide_particle().
short PTCacheEditKey::flag |
Definition at line 198 of file BKE_pointcache.h.
Referenced by brush_add(), createTransParticleVerts(), disconnect_hair(), ED_transform_calc_gizmo_stats(), foreach_mouse_hit_key_iter(), particle_batch_cache_ensure_edit_inner_pos(), particle_batch_cache_ensure_edit_tip_pos(), PE_create_particle_edit(), PE_deselect_all_visible_ex(), PE_mirror_particle(), PE_mouse_particles(), pe_update_hair_particle_edit_pointers(), rekey_particle(), remap_hair_emitter(), remove_tagged_keys(), select_action_apply(), select_key(), select_key_op(), select_root(), select_tip(), set_delete_particle_key(), and subdivide_particle().
float PTCacheEditKey::ftime |
Definition at line 196 of file BKE_pointcache.h.
Referenced by PE_create_particle_edit(), and remove_tagged_keys().
float PTCacheEditKey::length |
Definition at line 197 of file BKE_pointcache.h.
Referenced by iterate_lengths_iter(), PE_mirror_particle(), and remove_tagged_keys().
float* PTCacheEditKey::rot |
Definition at line 192 of file BKE_pointcache.h.
Referenced by PE_create_particle_edit().
float* PTCacheEditKey::time |
Definition at line 193 of file BKE_pointcache.h.
Referenced by brush_add(), createTransParticleVerts(), do_particle_interpolation(), edit_to_particle(), PE_create_particle_edit(), pe_update_hair_particle_edit_pointers(), psys_cache_edit_paths_iter(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), and subdivide_particle().
float* PTCacheEditKey::vel |
Definition at line 191 of file BKE_pointcache.h.
Referenced by edit_to_particle(), PE_create_particle_edit(), and update_velocities().
float PTCacheEditKey::world_co[3] |
Definition at line 195 of file BKE_pointcache.h.
Referenced by createTransParticleVerts(), ED_transform_calc_gizmo_stats(), flushTransParticles(), particle_batch_cache_ensure_edit_inner_pos(), particle_batch_cache_ensure_edit_tip_pos(), and remove_tagged_keys().