|
Blender V5.0
|
Public Attributes | |
| wmWindowManager * | wm |
| void * | owner |
| bool * | stop |
| bool * | do_update |
| float * | progress |
| PTCacheBaker * | baker |
Definition at line 87 of file physics_pointcache.cc.
| PTCacheBaker* PointCacheJob::baker |
Definition at line 93 of file physics_pointcache.cc.
Referenced by ptcache_bake_invoke(), ptcache_job_endjob(), ptcache_job_free(), and ptcache_job_startjob().
| bool * PointCacheJob::do_update |
Definition at line 90 of file physics_pointcache.cc.
Referenced by ptcache_job_startjob(), and ptcache_job_update().
| void* PointCacheJob::owner |
Definition at line 89 of file physics_pointcache.cc.
| float* PointCacheJob::progress |
Definition at line 91 of file physics_pointcache.cc.
Referenced by ptcache_job_startjob(), and ptcache_job_update().
| bool* PointCacheJob::stop |
Definition at line 90 of file physics_pointcache.cc.
Referenced by ptcache_job_break(), and ptcache_job_startjob().
| wmWindowManager* PointCacheJob::wm |
Definition at line 88 of file physics_pointcache.cc.
Referenced by ptcache_bake_invoke(), ptcache_job_endjob(), and ptcache_job_startjob().