Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2009-10-30 23:40:41 +0300
committerAndrea Weikert <elubie@gmx.net>2009-10-30 23:40:41 +0300
commit0cf1d391edba39f211ee122314631adfb76272b8 (patch)
treedf0b89e4ea01e13f0f4a036ef06863ca36f9c49a /source/blender/editors/space_sequencer/sequencer_intern.h
parent93173a6dd4eaf1955516e35335009494a92f300b (diff)
2.5 Sequencer
Swap active sequence with the sequence on the right (CTRL+R) or left (CTRL+L). was small Durian wish. Note: in find_next_prev removed the code to find selected only if sel was != 0 I believe it should be possible to pass -1 in the case I want to find the next strip regardless of selection state.
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_intern.h')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_intern.h b/source/blender/editors/space_sequencer/sequencer_intern.h
index c69a57931b9..0a8208fcc2e 100644
--- a/source/blender/editors/space_sequencer/sequencer_intern.h
+++ b/source/blender/editors/space_sequencer/sequencer_intern.h
@@ -93,6 +93,8 @@ void SEQUENCER_OT_meta_separate(struct wmOperatorType *ot);
void SEQUENCER_OT_snap(struct wmOperatorType *ot);
void SEQUENCER_OT_previous_edit(struct wmOperatorType *ot);
void SEQUENCER_OT_next_edit(struct wmOperatorType *ot);
+void SEQUENCER_OT_swap_right(struct wmOperatorType *ot);
+void SEQUENCER_OT_swap_left(struct wmOperatorType *ot);
void SEQUENCER_OT_view_all(struct wmOperatorType *ot);
void SEQUENCER_OT_view_selected(struct wmOperatorType *ot);