|
Blender V4.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 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 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.
| char MovieClipProxy::dir[768] |
768=FILE_MAXDIR custom directory for index and proxy files (defaults to BL_proxy).
Definition at line 32 of file DNA_movieclip_types.h.
| short MovieClipProxy::quality |
Proxy build quality.
Definition at line 37 of file DNA_movieclip_types.h.
| short MovieClipProxy::tc |
Time code in use.
Definition at line 35 of file DNA_movieclip_types.h.