|
Blender V4.5
|
#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 190 of file BKE_pointcache.h.
| float* PTCacheEditKey::co |
Definition at line 191 of file BKE_pointcache.h.
Referenced by copy_particle_edit(), edit_to_particle(), blender::ed::transform::gizmo_3d_foreach_selected(), PE_mirror_particle(), PE_mirror_x(), pe_update_hair_particle_edit_pointers(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), and subdivide_particle().
| short PTCacheEditKey::flag |
Definition at line 199 of file BKE_pointcache.h.
Referenced by disconnect_hair(), blender::ed::transform::gizmo_3d_foreach_selected(), PE_mirror_particle(), rekey_particle(), remap_hair_emitter(), remove_tagged_keys(), select_key(), select_key_op(), set_delete_particle_key(), and subdivide_particle().
| float PTCacheEditKey::ftime |
Definition at line 197 of file BKE_pointcache.h.
Referenced by remove_tagged_keys().
| float PTCacheEditKey::length |
Definition at line 198 of file BKE_pointcache.h.
Referenced by PE_mirror_particle(), and remove_tagged_keys().
| float* PTCacheEditKey::rot |
Definition at line 193 of file BKE_pointcache.h.
| float* PTCacheEditKey::time |
Definition at line 194 of file BKE_pointcache.h.
Referenced by do_particle_interpolation(), edit_to_particle(), init_particle_interpolation(), psys_cache_edit_paths_iter(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), and subdivide_particle().
| float* PTCacheEditKey::vel |
Definition at line 192 of file BKE_pointcache.h.
Referenced by do_particle_interpolation(), edit_to_particle(), and update_velocities().
| float PTCacheEditKey::world_co[3] |
Definition at line 196 of file BKE_pointcache.h.
Referenced by blender::ed::transform::gizmo_3d_foreach_selected(), and remove_tagged_keys().