Blender Git Commit Log

Git Commits -> Revision 600fd1c

Revision 600fd1c by Germano Cavalcante (master)
May 20, 2020, 19:22 (GMT)
Fix T76919: Wrong orientation when changing translate to rotate

During the refactor of the transform operations, in an attempt to
maintain previous behavior, the default orientation of the translate
and resize operations became `Global` and the rotate operation became
`View`.

Now the default is always `View`, and on redo, the translate and rotate
operations are saved as `Global`.

Commit Details:

Full Hash: 600fd1c6f0ed5025068598bfb98f6881f2563acd
Parent Commit: 29afadc
Lines Changed: +31, -22

4 Modified Paths:

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