|
Blender
V2.93
|
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) |
| struct Sequence * | seq_find_metastrip_by_sequence (ListBase *seqbase, struct Sequence *meta, struct Sequence *seq) |
| struct Sequence* seq_find_metastrip_by_sequence | ( | ListBase * | seqbase, |
| struct Sequence * | meta, | ||
| struct Sequence * | seq | ||
| ) |
Definition at line 445 of file utils.c.
References ListBase::first, Sequence::next, NULL, and Sequence::seqbase.
Referenced by do_adjustment_impl().
Definition at line 266 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().
| bool sequencer_seq_generates_image | ( | struct Sequence * | seq | ) |
Definition at line 542 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().