|
Blender
V2.93
|
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, const 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) |
| void free_proxy_seq | ( | Sequence * | seq | ) |
Definition at line 611 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 | ||
| ) |
| bool seq_proxy_get_custom_file_fname | ( | struct Sequence * | seq, |
| char * | name, | ||
| const int | view_id | ||
| ) |
Definition at line 112 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().
| void seq_proxy_index_dir_set | ( | struct anim * | anim, |
| const char * | base_dir | ||
| ) |
Definition at line 600 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().