Blender Git Commit Log

Git Commits -> Revision d2245fe

February 20, 2020, 12:00 (GMT)
Fix T71455, T73852, T73860: Transform, Redo doesn't work properly in time editors

The redo panel does not consider the position of the mouse.
So it is not possible to know the direction to redo the operator.

The solution is to add a new `direction` parameter that can be
saved and used for redo.

Differential Revision: https://developer.blender.org/D6852

Commit Details:

Full Hash: d2245fe0171be2537ddcf48f4f374ef139a81426
Parent Commit: b3abd2e
Committed By: Julian Eisel
Lines Changed: +35, -21

6 Modified Paths:

/source/blender/editors/include/ED_transform.h (+1, -0) (Diff)
/source/blender/editors/transform/transform.c (+5, -0) (Diff)
/source/blender/editors/transform/transform_generics.c (+20, -18) (Diff)
/source/blender/editors/transform/transform_mode_timetranslate.c (+0, -1) (Diff)
/source/blender/editors/transform/transform_mode_translate.c (+0, -1) (Diff)
/source/blender/editors/transform/transform_ops.c (+9, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021