Blender V5.0
sequencer_modifier.cc File Reference
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "DNA_scene_types.h"
#include "DEG_depsgraph.hh"
#include "BKE_context.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "RNA_prototypes.hh"
#include "SEQ_modifier.hh"
#include "SEQ_relations.hh"
#include "SEQ_select.hh"
#include "SEQ_sequencer.hh"
#include "SEQ_sound.hh"
#include "UI_interface_c.hh"
#include "sequencer_intern.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::vse

Functions

Add modifier operator
static wmOperatorStatus blender::ed::vse::strip_modifier_add_exec (bContext *C, wmOperator *op)
static const EnumPropertyItemblender::ed::vse::filter_modifiers_by_sequence_type_itemf (bContext *C, PointerRNA *, PropertyRNA *, bool *)
void blender::ed::vse::SEQUENCER_OT_strip_modifier_add (wmOperatorType *ot)
Remove Modifier Operator
static wmOperatorStatus blender::ed::vse::strip_modifier_remove_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_strip_modifier_remove (wmOperatorType *ot)
Redefine Equalizer Graphs Operator
static wmOperatorStatus blender::ed::vse::strip_modifier_equalizer_redefine_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_strip_modifier_equalizer_redefine (wmOperatorType *ot)
Move to Index Modifier Operator
static wmOperatorStatus blender::ed::vse::modifier_move_to_index_exec (bContext *C, wmOperator *op)
static wmOperatorStatus blender::ed::vse::modifier_move_to_index_invoke (bContext *C, wmOperator *op, const wmEvent *)
void blender::ed::vse::SEQUENCER_OT_strip_modifier_move_to_index (wmOperatorType *ot)
Set Active Modifier Operator
static wmOperatorStatus blender::ed::vse::modifier_set_active_exec (bContext *C, wmOperator *op)
static wmOperatorStatus blender::ed::vse::modifier_set_active_invoke (bContext *C, wmOperator *op, const wmEvent *)
void blender::ed::vse::SEQUENCER_OT_strip_modifier_set_active (wmOperatorType *ot)

Move Operator

enum  { blender::ed::vse::SEQ_MODIFIER_MOVE_UP = 0 , blender::ed::vse::SEQ_MODIFIER_MOVE_DOWN }
static wmOperatorStatus blender::ed::vse::strip_modifier_move_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_strip_modifier_move (wmOperatorType *ot)

Copy to Selected Operator

enum  { blender::ed::vse::SEQ_MODIFIER_COPY_REPLACE = 0 , blender::ed::vse::SEQ_MODIFIER_COPY_APPEND = 1 }
static wmOperatorStatus blender::ed::vse::strip_modifier_copy_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_strip_modifier_copy (wmOperatorType *ot)