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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-11-26 18:15:41 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-11-26 18:15:41 +0400
commit444d43f72cf412aa0f76e23308b827ffd8ae03ee (patch)
tree61b82a90170802d6f95942a193e4ef0250f375bc /source/blender/editors/space_sequencer
parent0a5d44588cdf21dede92184320891da2690d4414 (diff)
Fix #33293L VSE: strip - separate images [Y] dialog "image duration" missing
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 00d4a943626..4e2bf982ff3 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -1850,6 +1850,7 @@ void SEQUENCER_OT_images_separate(wmOperatorType *ot)
/* api callbacks */
ot->exec = sequencer_separate_images_exec;
+ ot->invoke = WM_operator_props_popup;
ot->poll = sequencer_edit_poll;
/* flags */