Blender Git Commit Log

Git Commits -> Revision a9b53da

Revision a9b53da by Germano Cavalcante (master)
January 31, 2021, 13:31 (GMT)
Fix T83092: Direction of rotation with View orientation changed in 2.91

This solution replaces {rBf9e994d0f463}.

That commit created an inverted orientation matrix but the 'Align to
Transform Orientation' operator doesn't work well with inverted matrices.

This new solution makes the rotate operator use the negative vector of the
axis.

Commit Details:

Full Hash: a9b53daf23ba8b6cb4c930e06154ffd35522b00d
Parent Commit: c828a50
Lines Changed: +37, -54

3 Modified Paths:

/source/blender/editors/transform/transform_constraints.c (+32, -44) (Diff)
/source/blender/editors/transform/transform_gizmo_3d.c (+4, -4) (Diff)
/source/blender/editors/transform/transform_mode_rotate.c (+1, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021