|
Blender V5.0
|
Public Attributes | |
| MovieClip * | clip |
| MovieClip * | clip_local |
| int | start_frame |
| int | current_frame |
| int | end_frame |
| short | render_size |
| short | render_flag |
Definition at line 663 of file clip_editor.cc.
| MovieClip* PrefetchJob::clip |
Clip into which cache the frames will be pre-fetched into.
Definition at line 665 of file clip_editor.cc.
Referenced by clip_start_prefetch_job(), and prefetch_startjob().
| MovieClip* PrefetchJob::clip_local |
Definition at line 672 of file clip_editor.cc.
Referenced by clip_start_prefetch_job(), prefetch_freejob(), and prefetch_startjob().
| int PrefetchJob::current_frame |
Definition at line 674 of file clip_editor.cc.
Referenced by clip_start_prefetch_job(), and prefetch_startjob().
| int PrefetchJob::end_frame |
Definition at line 674 of file clip_editor.cc.
Referenced by clip_start_prefetch_job(), and prefetch_startjob().
| short PrefetchJob::render_flag |
Definition at line 675 of file clip_editor.cc.
Referenced by clip_start_prefetch_job(), and prefetch_startjob().
| short PrefetchJob::render_size |
Definition at line 675 of file clip_editor.cc.
Referenced by clip_start_prefetch_job(), and prefetch_startjob().
| int PrefetchJob::start_frame |
Definition at line 674 of file clip_editor.cc.
Referenced by clip_start_prefetch_job(), and prefetch_startjob().