|
Blender V4.3
|
#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 218 of file BKE_pointcache.h.
| float* PTCacheUndo::emitter_cosnos |
Definition at line 224 of file BKE_pointcache.h.
| struct KDTree_3d* PTCacheUndo::emitter_field |
Definition at line 223 of file BKE_pointcache.h.
| struct ListBase PTCacheUndo::mem_cache |
Definition at line 228 of file BKE_pointcache.h.
Referenced by undoptcache_free_data(), undoptcache_from_editcache(), and undoptcache_to_editcache().
| struct ParticleData* PTCacheUndo::particles |
Definition at line 222 of file BKE_pointcache.h.
Referenced by undoptcache_free_data(), undoptcache_from_editcache(), and undoptcache_to_editcache().
| struct PTCacheEditPoint* PTCacheUndo::points |
Definition at line 219 of file BKE_pointcache.h.
Referenced by undoptcache_free_data(), undoptcache_from_editcache(), and undoptcache_to_editcache().
| int PTCacheUndo::psys_flag |
Definition at line 225 of file BKE_pointcache.h.
Referenced by undoptcache_from_editcache(), and undoptcache_to_editcache().
| int PTCacheUndo::totpoint |
Definition at line 230 of file BKE_pointcache.h.
Referenced by undoptcache_free_data(), undoptcache_from_editcache(), and undoptcache_to_editcache().
| size_t PTCacheUndo::undo_size |
Definition at line 232 of file BKE_pointcache.h.
Referenced by undoptcache_from_editcache().