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:
authorCampbell Barton <ideasman42@gmail.com>2009-01-24 08:38:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-01-24 08:38:25 +0300
commit8543337597a1a50f69e45ea1bda7c7cad091cd03 (patch)
tree3602a32249c72e94fdf49d2a2097b2a252e5e988 /source/blender/editors/space_sequencer/sequencer_edit.c
parente68b7e6d876e2913c528484651aa06e0ea0502f7 (diff)
added back extend (Ekey) to sequener transform, works with nested metastrips too.
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_edit.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index ea692c2deba..73268864844 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -2336,7 +2336,6 @@ static int sequencer_cut_exec(bContext *C, wmOperator *op)
static int sequencer_cut_invoke(bContext *C, wmOperator *op, wmEvent *event)
{
- Scene *scene= CTX_data_scene(C);
ARegion *ar= CTX_wm_region(C);
View2D *v2d= UI_view2d_fromcontext(C);