|
Blender V4.5
|
#include <DNA_movieclip_types.h>
Public Attributes | |
| char | dir [768] |
| short | tc |
| short | quality |
| short | build_size_flag |
| short | build_tc_flag |
Definition at line 30 of file DNA_movieclip_types.h.
| short MovieClipProxy::build_size_flag |
Size flags (see below) of all proxies to build.
Definition at line 39 of file DNA_movieclip_types.h.
Referenced by clip_rebuild_proxy_exec(), and proxy_startjob().
| short MovieClipProxy::build_tc_flag |
Time code flags (see below) of all tc indices to build.
Definition at line 41 of file DNA_movieclip_types.h.
Referenced by clip_rebuild_proxy_exec().
| char MovieClipProxy::dir[768] |
Custom directory for index and proxy files (defaults to "BL_proxy").
Definition at line 32 of file DNA_movieclip_types.h.
Referenced by get_proxy_filepath(), and movieclip_open_anim_file().
| short MovieClipProxy::quality |
Proxy build quality.
Definition at line 37 of file DNA_movieclip_types.h.
Referenced by clip_rebuild_proxy_exec(), and movieclip_build_proxy_ibuf().
| short MovieClipProxy::tc |
Time code in use.
Definition at line 35 of file DNA_movieclip_types.h.
Referenced by blo_do_versions_420(), get_timecode(), and movieclip_calc_length().