Blender
V3.3
|
Go to the source code of this file.
Macros | |
#define | PROXY_MAXFILE (2 * FILE_MAXDIR + FILE_MAXFILE) |
Functions | |
struct ImBuf * | seq_proxy_fetch (const struct SeqRenderData *context, struct Sequence *seq, int timeline_frame) |
bool | seq_proxy_get_custom_file_fname (struct Sequence *seq, char *name, int view_id) |
void | free_proxy_seq (Sequence *seq) |
void | seq_proxy_index_dir_set (struct anim *anim, const char *base_dir) |
#define PROXY_MAXFILE (2 * FILE_MAXDIR + FILE_MAXFILE) |
Definition at line 595 of file proxy.c.
References StripProxy::anim, IMB_free_anim(), NULL, Strip::proxy, and Sequence::strip.
Referenced by SEQ_add_reload_new_file().
struct ImBuf* seq_proxy_fetch | ( | const struct SeqRenderData * | context, |
struct Sequence * | seq, | ||
int | timeline_frame | ||
) |
Definition at line 99 of file proxy.c.
References BKE_main_blendfile_path_from_global(), BLI_join_dirfile(), BLI_path_abs(), BLI_snprintf(), BLI_strncpy(), StripProxy::dir, StripProxy::file, FILE_MAXFILE, NULL, Strip::proxy, PROXY_MAXFILE, and Sequence::strip.
Referenced by seq_proxy_get_fname(), and seq_render_movie_strip_custom_file_proxy().
Definition at line 584 of file proxy.c.
References BLI_path_append(), BLI_strncpy(), FILE_MAX, FILE_MAXFILE, IMB_anim_get_fname(), and IMB_anim_set_index_dir().
Referenced by seq_open_anim_file().