|
Blender V5.0
|
Public Attributes | |
| Scene * | scene |
| Main * | main |
| MovieClip * | clip |
| int | clip_flag |
| bool | stop |
| MovieProxyBuilder * | proxy_builder |
Definition at line 1189 of file clip_ops.cc.
| MovieClip* ProxyJob::clip |
Definition at line 1192 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec(), do_movie_proxy(), do_sequence_proxy(), proxy_endjob(), and proxy_startjob().
| int ProxyJob::clip_flag |
Definition at line 1193 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec(), and do_movie_proxy().
| Main* ProxyJob::main |
Definition at line 1191 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec().
| MovieProxyBuilder* ProxyJob::proxy_builder |
Definition at line 1195 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec(), do_movie_proxy(), and proxy_endjob().
| Scene* ProxyJob::scene |
Definition at line 1190 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec(), and do_sequence_proxy().
| bool ProxyJob::stop |
Definition at line 1194 of file clip_ops.cc.
Referenced by do_movie_proxy(), and proxy_endjob().