Blender
V3.3
|
#include <BKE_pointcache.h>
Public Attributes | |
struct Main * | bmain |
struct Scene * | scene |
struct ViewLayer * | view_layer |
struct Depsgraph * | depsgraph |
int | bake |
int | render |
int | anim_init |
int | quick_step |
struct PTCacheID | pid |
void(* | update_progress )(void *data, float progress, int *cancel) |
void * | bake_job |
Definition at line 168 of file BKE_pointcache.h.
int PTCacheBaker::anim_init |
Definition at line 175 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_baker_create(), and update_physics_cache().
int PTCacheBaker::bake |
Definition at line 173 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_baker_create(), and update_physics_cache().
void* PTCacheBaker::bake_job |
Definition at line 180 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), and ptcache_bake_invoke().
struct Main* PTCacheBaker::bmain |
Definition at line 169 of file BKE_pointcache.h.
Referenced by BKE_ptcache_quick_cache_all(), ptcache_baker_create(), and update_physics_cache().
struct Depsgraph* PTCacheBaker::depsgraph |
Definition at line 172 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), ptcache_baker_create(), and update_physics_cache().
struct PTCacheID PTCacheBaker::pid |
Definition at line 176 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), ptcache_baker_create(), and ptcache_job_endjob().
int PTCacheBaker::quick_step |
Definition at line 176 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_baker_create(), and update_physics_cache().
int PTCacheBaker::render |
Definition at line 174 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_baker_create(), and update_physics_cache().
struct Scene* PTCacheBaker::scene |
Definition at line 170 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_baker_create(), ptcache_job_endjob(), and update_physics_cache().
Definition at line 179 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), and ptcache_bake_invoke().
struct ViewLayer* PTCacheBaker::view_layer |
Definition at line 171 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_baker_create(), and update_physics_cache().