Blender  V3.3
Macros | Functions
proxy.h File Reference

Go to the source code of this file.

Macros

#define PROXY_MAXFILE   (2 * FILE_MAXDIR + FILE_MAXFILE)
 

Functions

struct ImBufseq_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)
 

Macro Definition Documentation

◆ PROXY_MAXFILE

#define PROXY_MAXFILE   (2 * FILE_MAXDIR + FILE_MAXFILE)

Definition at line 19 of file proxy.h.

Function Documentation

◆ free_proxy_seq()

void free_proxy_seq ( Sequence seq)

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().

◆ seq_proxy_fetch()

struct ImBuf* seq_proxy_fetch ( const struct SeqRenderData context,
struct Sequence seq,
int  timeline_frame 
)

◆ seq_proxy_get_custom_file_fname()

bool seq_proxy_get_custom_file_fname ( struct Sequence seq,
char *  name,
int  view_id 
)

◆ seq_proxy_index_dir_set()

void seq_proxy_index_dir_set ( struct anim anim,
const char *  base_dir 
)