|
| static void | blender::seq::seqbase_unique_name (ListBase *seqbasep, StripUniqueInfo *sui) |
| static bool | blender::seq::seqbase_unique_name_recursive_fn (Strip *strip, void *arg_pt) |
| void | blender::seq::strip_unique_name_set (Scene *scene, ListBase *seqbasep, Strip *strip) |
| const char * | blender::seq::get_default_stripname_by_type (int type) |
| const char * | blender::seq::strip_give_name (const Strip *strip) |
| ListBase * | blender::seq::get_seqbase_from_strip (Strip *strip, ListBase **r_channels, int *r_offset) |
| static void | blender::seq::open_anim_filepath (Strip *strip, StripAnim *sanim, const char *filepath, bool openfile) |
| static bool | blender::seq::use_proxy (Editing *ed, Strip *strip) |
| static void | blender::seq::proxy_dir_get (Editing *ed, Strip *strip, char r_proxy_dirpath[FILE_MAX]) |
| static void | blender::seq::index_dir_set (Editing *ed, Strip *strip, StripAnim *sanim) |
| static bool | blender::seq::open_anim_file_multiview (Scene *scene, Strip *strip, const char *filepath) |
| void | blender::seq::strip_open_anim_file (Scene *scene, Strip *strip, bool openfile) |
| const Strip * | blender::seq::strip_topmost_get (const Scene *scene, int frame) |
| ListBase * | blender::seq::get_seqbase_by_strip (const Scene *scene, Strip *strip) |
| Strip * | blender::seq::strip_from_strip_elem (ListBase *seqbase, StripElem *se) |
| Strip * | blender::seq::get_strip_by_name (ListBase *seqbase, const char *name, bool recursive) |
| Mask * | blender::seq::active_mask_get (Scene *scene) |
| void | blender::seq::alpha_mode_from_file_extension (Strip *strip) |
| bool | blender::seq::strip_has_valid_data (const Strip *strip) |
| bool | blender::seq::sequencer_strip_generates_image (Strip *strip) |
| void | blender::seq::set_scale_to_fit (const Strip *strip, const int image_width, const int image_height, const int preview_width, const int preview_height, const eSeqImageFitMethod fit_method) |
| void | blender::seq::ensure_unique_name (Strip *strip, Scene *scene) |