|
Blender V5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::seq |
Macros | |
| #define | PROXY_MAXFILE (2 * FILE_MAXDIR + FILE_MAXFILE) |
Functions | |
| ImBuf * | blender::seq::seq_proxy_fetch (const RenderData *context, Strip *strip, int timeline_frame) |
| bool | blender::seq::seq_proxy_get_custom_file_filepath (Strip *strip, char *filepath, const int view_id) |
| void | blender::seq::free_strip_proxy (Strip *strip) |
| void | blender::seq::seq_proxy_index_dir_set (MovieReader *anim, const char *base_dir) |
| #define PROXY_MAXFILE (2 * FILE_MAXDIR + FILE_MAXFILE) |
Definition at line 19 of file proxy.hh.
Referenced by blender::seq::seq_proxy_build_frame(), blender::seq::seq_proxy_fetch(), blender::seq::seq_proxy_get_custom_file_filepath(), blender::seq::seq_proxy_get_filepath(), and blender::seq::seq_render_movie_strip_custom_file_proxy().