Blender  V3.3
Classes | Typedefs | Functions
SEQ_proxy.h File Reference

Go to the source code of this file.

Classes

struct  ProxyBuildJob
 

Typedefs

typedef struct ProxyBuildJob ProxyJob
 

Functions

bool SEQ_proxy_rebuild_context (struct Main *bmain, struct Depsgraph *depsgraph, struct Scene *scene, struct Sequence *seq, struct GSet *file_list, struct ListBase *queue, bool build_only_on_bad_performance)
 
void SEQ_proxy_rebuild (struct SeqIndexBuildContext *context, short *stop, short *do_update, float *progress)
 
void SEQ_proxy_rebuild_finish (struct SeqIndexBuildContext *context, bool stop)
 
void SEQ_proxy_set (struct Sequence *seq, bool value)
 
bool SEQ_can_use_proxy (const struct SeqRenderData *context, struct Sequence *seq, int psize)
 
int SEQ_rendersize_to_proxysize (int render_size)
 
double SEQ_rendersize_to_scale_factor (int size)
 
struct wmJobED_seq_proxy_wm_job_get (const struct bContext *C)
 
ProxyJobED_seq_proxy_job_get (const struct bContext *C, struct wmJob *wm_job)
 

Typedef Documentation

◆ ProxyJob

typedef struct ProxyBuildJob ProxyJob

Function Documentation

◆ ED_seq_proxy_job_get()

ProxyJob* ED_seq_proxy_job_get ( const struct bContext C,
struct wmJob wm_job 
)

◆ ED_seq_proxy_wm_job_get()

struct wmJob* ED_seq_proxy_wm_job_get ( const struct bContext C)

◆ SEQ_can_use_proxy()

bool SEQ_can_use_proxy ( const struct SeqRenderData context,
struct Sequence seq,
int  psize 
)

◆ SEQ_proxy_rebuild()

void SEQ_proxy_rebuild ( struct SeqIndexBuildContext context,
short *  stop,
short *  do_update,
float progress 
)

◆ SEQ_proxy_rebuild_context()

bool SEQ_proxy_rebuild_context ( struct Main bmain,
struct Depsgraph depsgraph,
struct Scene scene,
struct Sequence seq,
struct GSet file_list,
struct ListBase queue,
bool  build_only_on_bad_performance 
)

◆ SEQ_proxy_rebuild_finish()

void SEQ_proxy_rebuild_finish ( struct SeqIndexBuildContext context,
bool  stop 
)

◆ SEQ_proxy_set()

void SEQ_proxy_set ( struct Sequence seq,
bool  value 
)

◆ SEQ_rendersize_to_proxysize()

int SEQ_rendersize_to_proxysize ( int  render_size)

◆ SEQ_rendersize_to_scale_factor()

double SEQ_rendersize_to_scale_factor ( int  size)