Blender V5.0
SEQ_edit.hh File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::seq

Enumerations

enum  blender::seq::eSplitMethod { blender::seq::SPLIT_SOFT , blender::seq::SPLIT_HARD }

Functions

bool blender::seq::edit_strip_swap (Scene *scene, Strip *strip_a, Strip *strip_b, const char **r_error_str)
bool blender::seq::edit_move_strip_to_seqbase (Scene *scene, ListBase *seqbase, Strip *strip, ListBase *dst_seqbase)
bool blender::seq::edit_move_strip_to_meta (Scene *scene, Strip *src_strip, Strip *dst_stripm, const char **r_error_str)
void blender::seq::edit_flag_for_removal (Scene *scene, ListBase *seqbase, Strip *strip)
void blender::seq::edit_remove_flagged_strips (Scene *scene, ListBase *seqbase)
void blender::seq::edit_update_muting (Editing *ed)
Stripblender::seq::edit_strip_split (Main *bmain, Scene *scene, ListBase *seqbase, Strip *strip, const int timeline_frame, const eSplitMethod method, const bool ignore_connections, const char **r_error)
bool blender::seq::edit_remove_gaps (Scene *scene, ListBase *seqbase, const int initial_frame, const bool remove_all_gaps)
void blender::seq::edit_strip_name_set (Scene *scene, Strip *strip, const char *new_name)