Blender
V3.3
|
#include <DNA_pointcache_types.h>
Public Attributes | |
struct PTCacheExtra * | next |
struct PTCacheExtra * | prev |
unsigned int | type |
unsigned int | totdata |
void * | data |
Definition at line 40 of file DNA_pointcache_types.h.
void* PTCacheExtra::data |
Definition at line 43 of file DNA_pointcache_types.h.
Referenced by BKE_ptcache_update_info(), ptcache_add_extra_data(), ptcache_cloth_extra_read(), ptcache_disk_frame_to_mem(), ptcache_extra_free(), ptcache_mem_frame_to_disk(), and ptcache_particle_extra_read().
struct PTCacheExtra* PTCacheExtra::next |
Definition at line 41 of file DNA_pointcache_types.h.
Referenced by BKE_ptcache_update_info(), ptcache_cloth_extra_read(), ptcache_extra_free(), ptcache_mem_frame_to_disk(), and ptcache_particle_extra_read().
struct PTCacheExtra * PTCacheExtra::prev |
Definition at line 41 of file DNA_pointcache_types.h.
unsigned int PTCacheExtra::totdata |
Definition at line 42 of file DNA_pointcache_types.h.
Referenced by ptcache_add_extra_data(), ptcache_disk_frame_to_mem(), ptcache_mem_frame_to_disk(), and ptcache_particle_extra_read().
unsigned int PTCacheExtra::type |
Definition at line 42 of file DNA_pointcache_types.h.
Referenced by ptcache_add_extra_data(), ptcache_cloth_extra_read(), ptcache_disk_frame_to_mem(), ptcache_mem_frame_to_disk(), and ptcache_particle_extra_read().