|
Blender
V2.93
|
#include <BKE_pointcache.h>
Public Attributes | |
| struct PTCacheEditPoint * | points |
| struct ParticleData * | particles |
| struct KDTree_3d * | emitter_field |
| float * | emitter_cosnos |
| int | psys_flag |
| struct ListBase | mem_cache |
| int | totpoint |
| size_t | undo_size |
Definition at line 229 of file BKE_pointcache.h.
| float* PTCacheUndo::emitter_cosnos |
Definition at line 235 of file BKE_pointcache.h.
| struct KDTree_3d* PTCacheUndo::emitter_field |
Definition at line 234 of file BKE_pointcache.h.
| struct ListBase PTCacheUndo::mem_cache |
Definition at line 236 of file BKE_pointcache.h.
Referenced by undoptcache_free_data(), undoptcache_from_editcache(), and undoptcache_to_editcache().
| struct ParticleData* PTCacheUndo::particles |
Definition at line 233 of file BKE_pointcache.h.
Referenced by undoptcache_free_data(), undoptcache_from_editcache(), and undoptcache_to_editcache().
| struct PTCacheEditPoint* PTCacheUndo::points |
Definition at line 230 of file BKE_pointcache.h.
Referenced by undoptcache_free_data(), undoptcache_from_editcache(), and undoptcache_to_editcache().
| int PTCacheUndo::psys_flag |
Definition at line 236 of file BKE_pointcache.h.
Referenced by undoptcache_from_editcache(), and undoptcache_to_editcache().
| int PTCacheUndo::totpoint |
Definition at line 241 of file BKE_pointcache.h.
Referenced by undoptcache_from_editcache(), and undoptcache_to_editcache().
| size_t PTCacheUndo::undo_size |
Definition at line 243 of file BKE_pointcache.h.
Referenced by undoptcache_from_editcache().