blender/release/scripts
Sergey Sharybin aa30e20272 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.
2012-06-20 14:20:03 +00:00
..
modules add in convenience var 'D = bpy.data' - to the python console, add note for C, D - in initial message. 2012-06-20 08:49:59 +00:00
presets Collada: (Exporter) Add new option 'deform bones only' 2012-06-15 22:00:25 +00:00
startup Fix #31852: Sequencer duplicate cant move strips on Y axis in a meta 2012-06-20 14:20:03 +00:00
templates minor fixes 2012-06-11 12:13:41 +00:00