From 0cf1d391edba39f211ee122314631adfb76272b8 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Fri, 30 Oct 2009 20:40:41 +0000 Subject: 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. --- source/blender/editors/space_sequencer/sequencer_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_sequencer/sequencer_intern.h') 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); -- cgit v1.2.3