Blender
V3.3
|
Public Attributes | |
wmWindowManager * | wm |
void * | owner |
short * | stop |
short * | do_update |
float * | progress |
PTCacheBaker * | baker |
Definition at line 86 of file physics_pointcache.c.
PTCacheBaker* PointCacheJob::baker |
Definition at line 92 of file physics_pointcache.c.
Referenced by ptcache_bake_invoke(), ptcache_job_endjob(), ptcache_job_free(), and ptcache_job_startjob().
short * PointCacheJob::do_update |
Definition at line 89 of file physics_pointcache.c.
Referenced by ptcache_job_startjob(), and ptcache_job_update().
void* PointCacheJob::owner |
Definition at line 88 of file physics_pointcache.c.
float* PointCacheJob::progress |
Definition at line 90 of file physics_pointcache.c.
Referenced by ptcache_job_startjob(), and ptcache_job_update().
short* PointCacheJob::stop |
Definition at line 89 of file physics_pointcache.c.
Referenced by ptcache_job_break(), and ptcache_job_startjob().
wmWindowManager* PointCacheJob::wm |
Definition at line 87 of file physics_pointcache.c.
Referenced by ptcache_bake_invoke(), ptcache_job_endjob(), and ptcache_job_startjob().