Blender
V3.3
|
#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 33 of file DNA_movieclip_types.h.
short MovieClipProxy::build_size_flag |
Size flags (see below) of all proxies to build.
Definition at line 42 of file DNA_movieclip_types.h.
Referenced by blo_do_versions_260(), 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 44 of file DNA_movieclip_types.h.
Referenced by blo_do_versions_260(), and clip_rebuild_proxy_exec().
char MovieClipProxy::dir[768] |
768=FILE_MAXDIR custom directory for index and proxy files (defaults to BL_proxy).
Definition at line 35 of file DNA_movieclip_types.h.
Referenced by get_proxy_fname(), and movieclip_open_anim_file().
short MovieClipProxy::quality |
Proxy build quality.
Definition at line 40 of file DNA_movieclip_types.h.
Referenced by blo_do_versions_260(), clip_rebuild_proxy_exec(), and movieclip_build_proxy_ibuf().
short MovieClipProxy::tc |
Time code in use.
Definition at line 38 of file DNA_movieclip_types.h.
Referenced by get_timecode(), and movieclip_calc_length().