|
Blender V4.3
|
#include <SEQ_proxy.hh>
Public Attributes | |
| Scene * | scene |
| Main * | main |
| MovieClip * | clip |
| int | clip_flag |
| bool | stop |
| IndexBuildContext * | index_context |
| Depsgraph * | depsgraph |
| ListBase | queue |
| int | stop |
Definition at line 1175 of file clip_ops.cc.
| MovieClip* ProxyJob::clip |
Definition at line 1178 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 1179 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec(), and do_movie_proxy().
| Depsgraph* ProxyJob::depsgraph |
Definition at line 38 of file SEQ_proxy.hh.
Referenced by ED_seq_proxy_job_get(), seq_build_proxy(), and seq_proxy_build_job().
| IndexBuildContext* ProxyJob::index_context |
Definition at line 1181 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec(), do_movie_proxy(), and proxy_endjob().
| Main * ProxyJob::main |
Definition at line 1177 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec(), ED_seq_proxy_job_get(), seq_build_proxy(), and seq_proxy_build_job().
| ListBase ProxyJob::queue |
Definition at line 40 of file SEQ_proxy.hh.
Referenced by proxy_endjob(), proxy_freejob(), proxy_startjob(), seq_build_proxy(), and seq_proxy_build_job().
| Scene * ProxyJob::scene |
Definition at line 1176 of file clip_ops.cc.
Referenced by clip_rebuild_proxy_exec(), do_sequence_proxy(), ED_seq_proxy_job_get(), proxy_endjob(), seq_build_proxy(), and seq_proxy_build_job().
| bool ProxyJob::stop |
Definition at line 1180 of file clip_ops.cc.
Referenced by do_movie_proxy(), proxy_endjob(), proxy_endjob(), and proxy_startjob().
| int ProxyJob::stop |
Definition at line 41 of file SEQ_proxy.hh.