![]() |
Blender V2.61 - r43446
|
#include <BKE_pointcache.h>
Public Attributes | |
| struct Main * | main |
| struct Scene * | scene |
| int | bake |
| int | render |
| int | anim_init |
| int | quick_step |
| struct PTCacheID * | pid |
| int(* | break_test )(void *data) |
| void * | break_data |
| void(* | progressbar )(void *data, int num) |
| void(* | progressend )(void *data) |
| void * | progresscontext |
Definition at line 169 of file BKE_pointcache.h.
Definition at line 174 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
Definition at line 172 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
| void* PTCacheBaker::break_data |
Definition at line 178 of file BKE_pointcache.h.
Referenced by BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
| int(* PTCacheBaker::break_test)(void *data) |
Definition at line 177 of file BKE_pointcache.h.
Referenced by BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
| struct Main* PTCacheBaker::main |
Definition at line 170 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
| struct PTCacheID* PTCacheBaker::pid |
Definition at line 176 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
| void(* PTCacheBaker::progressbar)(void *data, int num) |
Definition at line 179 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
Definition at line 181 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), and ptcache_bake_exec().
| void(* PTCacheBaker::progressend)(void *data) |
Definition at line 180 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), and ptcache_bake_exec().
Definition at line 175 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
Definition at line 173 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().
| struct Scene* PTCacheBaker::scene |
Definition at line 171 of file BKE_pointcache.h.
Referenced by BKE_ptcache_bake(), BKE_ptcache_quick_cache_all(), ptcache_bake_all_exec(), ptcache_bake_exec(), and update_physics_cache().