Blender Git Commit Log
Git Commits -> Revision aa30e20
Revision aa30e20 by Sergey Sharybin (master) June 20, 2012, 14:20 (GMT) |
Fix #31852: Sequencer duplicate cant move strips on Y axis in a meta Issue was caused by some stuff happenign in wm_operator_finish() which uses to somehow restore changes made by transformation invoke function. Solved by not calling translation operator directly from duplication operator (which is in fact really tricky) and use macros instead. This macros calls duplication operator which simply duplicates strip, and then calls translation operator. |
Commit Details:
Full Hash: aa30e2027222c2fd0f3d616cf1689bb4f3d98495
SVN Revision: 48121
Parent Commit: 72f7ab4
Lines Changed: +18, -14
5 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -1) (Diff)
/source/blender/editors/include/ED_sequencer.h (+2, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+3, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+0, -11) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+12, -1) (Diff)
/source/blender/editors/include/ED_sequencer.h (+2, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+3, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+0, -11) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+12, -1) (Diff)