|
Blender V4.3
|
#include <BKE_pointcache.h>
Public Attributes | |
| struct Main * | bmain |
| struct Scene * | scene |
| struct ViewLayer * | view_layer |
| struct Depsgraph * | depsgraph |
| bool | bake |
| bool | render |
| bool | anim_init |
| int | quick_step |
| struct PTCacheID | pid |
| void(* | update_progress )(void *data, float progress, int *cancel) |
| void * | bake_job |
Definition at line 173 of file BKE_pointcache.h.
| bool PTCacheBaker::anim_init |
Definition at line 180 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_baker_create(), and update_physics_cache().
| bool PTCacheBaker::bake |
Definition at line 178 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 185 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), and ptcache_bake_invoke().
| struct Main* PTCacheBaker::bmain |
Definition at line 174 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 177 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), ptcache_baker_create(), and update_physics_cache().
| struct PTCacheID PTCacheBaker::pid |
Definition at line 182 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), ptcache_baker_create(), and ptcache_job_endjob().
| int PTCacheBaker::quick_step |
Definition at line 181 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_baker_create(), and update_physics_cache().
| bool PTCacheBaker::render |
Definition at line 179 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 175 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 184 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), and ptcache_bake_invoke().
| struct ViewLayer* PTCacheBaker::view_layer |
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().