Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_sequencer.h
| Show First 20 Lines • Show All 283 Lines • ▼ Show 20 Lines | |||||
| void BKE_sequencer_update_changed_seq_and_deps(struct Scene *scene, | void BKE_sequencer_update_changed_seq_and_deps(struct Scene *scene, | ||||
| struct Sequence *changed_seq, | struct Sequence *changed_seq, | ||||
| int len_change, | int len_change, | ||||
| int ibuf_change); | int ibuf_change); | ||||
| bool BKE_sequencer_input_have_to_preprocess(const SeqRenderData *context, | bool BKE_sequencer_input_have_to_preprocess(const SeqRenderData *context, | ||||
| struct Sequence *seq, | struct Sequence *seq, | ||||
| float cfra); | float cfra); | ||||
| void BKE_sequencer_proxy_rebuild_context(struct Main *bmain, | bool BKE_sequencer_proxy_rebuild_context(struct Main *bmain, | ||||
| struct Depsgraph *depsgraph, | struct Depsgraph *depsgraph, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct Sequence *seq, | struct Sequence *seq, | ||||
| struct GSet *file_list, | struct GSet *file_list, | ||||
| ListBase *queue); | ListBase *queue); | ||||
| void BKE_sequencer_proxy_rebuild(struct SeqIndexBuildContext *context, | void BKE_sequencer_proxy_rebuild(struct SeqIndexBuildContext *context, | ||||
| short *stop, | short *stop, | ||||
| short *do_update, | short *do_update, | ||||
| ▲ Show 20 Lines • Show All 302 Lines • Show Last 20 Lines | |||||