Blender
V3.3
|
#include <BKE_pointcache.h>
Public Attributes | |
struct PTCacheEditKey * | keys |
int | totkey |
short | flag |
Definition at line 207 of file BKE_pointcache.h.
short PTCacheEditPoint::flag |
Definition at line 210 of file BKE_pointcache.h.
Referenced by brush_cut(), PE_apply_mirror(), PE_mirror_particle(), psys_thread_create_path(), set_delete_particle(), and shape_cut().
struct PTCacheEditKey* PTCacheEditPoint::keys |
Definition at line 208 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 209 of file BKE_pointcache.h.
Referenced by PE_mirror_particle().