|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| bool | sequencer_seq_generates_image (Sequence *seq) |
| void | seq_open_anim_file (Scene *scene, Sequence *seq, bool openfile) |
Definition at line 297 of file sequencer/intern/utils.cc.
References Sequence::anims, BLI_addtail(), BLI_path_abs(), BLI_path_join, Strip::dirpath, FILE_MAX, StripElem::filename, ListBase::first, Sequence::flag, ID_BLEND_PATH_FROM_GLOBAL, index_dir_set(), MEM_mallocN, open_anim_file_multiview(), open_anim_filepath(), R_MULTIVIEW, SEQ_relations_sequence_free_anim(), SEQ_USE_VIEWS, Sequence::strip, and Strip::stripdata.
Referenced by seq_proxy_fetch(), SEQ_proxy_rebuild_context(), seq_render_movie_strip(), and SEQ_time_sequence_get_fps().
| bool sequencer_seq_generates_image | ( | Sequence * | seq | ) |
Definition at line 451 of file sequencer/intern/utils.cc.
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().