|
Blender V4.3
|
#include <BKE_pointcache.h>
Public Attributes | |
| struct PTCacheEditKey * | keys |
| int | totkey |
| short | flag |
Definition at line 212 of file BKE_pointcache.h.
| short PTCacheEditPoint::flag |
Definition at line 215 of file BKE_pointcache.h.
Referenced by brush_cut(), PE_apply_mirror(), PE_mirror_particle(), PE_mirror_x(), psys_thread_create_path(), select_keys(), select_less_keys(), select_more_keys(), set_delete_particle(), and shape_cut().
| struct PTCacheEditKey* PTCacheEditPoint::keys |
Definition at line 213 of file BKE_pointcache.h.
Referenced by PE_mirror_particle(), PE_mirror_x(), rekey_particle_to_time(), remap_hair_emitter(), set_delete_particle_key(), and update_velocities().
| int PTCacheEditPoint::totkey |
Definition at line 214 of file BKE_pointcache.h.
Referenced by PE_mirror_particle().