Blender V2.61 - r43446
|
#include <BKE_pointcache.h>
Public Attributes | |
struct PTCacheUndo * | next |
struct PTCacheUndo * | prev |
struct PTCacheEditPoint * | points |
struct ParticleData * | particles |
struct KDTree * | emitter_field |
float * | emitter_cosnos |
int | psys_flag |
struct ListBase | mem_cache |
int | totpoint |
char | name [64] |
Definition at line 214 of file BKE_pointcache.h.
float* PTCacheUndo::emitter_cosnos |
Definition at line 221 of file BKE_pointcache.h.
struct KDTree* PTCacheUndo::emitter_field |
Definition at line 220 of file BKE_pointcache.h.
struct ListBase PTCacheUndo::mem_cache |
Definition at line 225 of file BKE_pointcache.h.
Referenced by free_PTCacheUndo(), get_PTCacheUndo(), and make_PTCacheUndo().
char PTCacheUndo::name[64] |
Definition at line 228 of file BKE_pointcache.h.
Referenced by PE_undo_get_name(), PE_undo_push(), and PE_undo_step().
struct PTCacheUndo* PTCacheUndo::next |
Definition at line 215 of file BKE_pointcache.h.
Referenced by PE_undo_number(), PE_undo_step(), and PTCacheUndo_clear().
struct ParticleData* PTCacheUndo::particles |
Definition at line 219 of file BKE_pointcache.h.
Referenced by free_PTCacheUndo(), get_PTCacheUndo(), and make_PTCacheUndo().
struct PTCacheEditPoint* PTCacheUndo::points |
Definition at line 216 of file BKE_pointcache.h.
Referenced by free_PTCacheUndo(), get_PTCacheUndo(), and make_PTCacheUndo().
struct PTCacheUndo * PTCacheUndo::prev |
Definition at line 215 of file BKE_pointcache.h.
Referenced by PE_undo_push(), and PE_undo_step().
Definition at line 222 of file BKE_pointcache.h.
Referenced by get_PTCacheUndo(), and make_PTCacheUndo().
Definition at line 227 of file BKE_pointcache.h.
Referenced by get_PTCacheUndo(), and make_PTCacheUndo().