Blender
V3.3
|
Go to the source code of this file.
Functions | |
bool | sequencer_seq_generates_image (struct Sequence *seq) |
void | seq_open_anim_file (struct Scene *scene, struct Sequence *seq, bool openfile) |
Sequence * | SEQ_get_meta_by_seqbase (struct ListBase *seqbase_main, struct ListBase *meta_seqbase) |
Sequence* SEQ_get_meta_by_seqbase | ( | struct ListBase * | seqbase_main, |
struct ListBase * | meta_seqbase | ||
) |
Definition at line 388 of file utils.c.
References NULL, SEQ_collection_free(), SEQ_ITERATOR_FOREACH, SEQ_query_all_strips_recursive(), SEQ_TYPE_META, Sequence::seqbase, and Sequence::type.
Definition at line 209 of file utils.c.
References StripAnim::anim, Sequence::anims, BKE_main_blendfile_path_from_global(), BKE_scene_multiview_view_id_suffix_get(), BKE_scene_multiview_view_prefix_get(), BLI_addtail(), BLI_join_dirfile(), BLI_path_abs(), BLI_snprintf(), BLI_strncpy(), Strip::colorspace_settings, StripProxy::dir, Strip::dir, Scene::ed, FILE_MAX, ListBase::first, Sequence::flag, IB_animdeinterlace, IB_rect, IMB_suffix_anim(), MEM_mallocN, StripElem::name, ColorManagedColorspaceSettings::name, NULL, openanim(), openanim_noload(), Strip::proxy, Editing::proxy_dir, Editing::proxy_storage, Scene::r, R_IMF_VIEWS_INDIVIDUAL, R_MULTIVIEW, RenderData::scemode, scene, SEQ_EDIT_PROXY_DIR_STORAGE, SEQ_FILTERY, seq_num_files(), seq_proxy_index_dir_set(), SEQ_relations_sequence_free_anim(), SEQ_STORAGE_PROXY_CUSTOM_DIR, SEQ_USE_VIEWS, StripProxy::storage, str, Sequence::streamindex, Sequence::strip, Strip::stripdata, and Sequence::views_format.
Referenced by seq_proxy_fetch(), SEQ_proxy_rebuild_context(), seq_render_movie_strip(), and SEQ_time_sequence_get_fps().
Definition at line 477 of file utils.c.
References SEQ_TYPE_COLOR, SEQ_TYPE_IMAGE, SEQ_TYPE_MASK, SEQ_TYPE_MOVIE, SEQ_TYPE_MOVIECLIP, SEQ_TYPE_SCENE, SEQ_TYPE_TEXT, and Sequence::type.
Referenced by SEQ_relations_check_scene_recursion().