Blender Git Commit Log

Git Commits -> Revision 216ebe0

Revision 216ebe0 by Germano Cavalcante (master)
January 30, 2021, 15:55 (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: 216ebe0b7392d6da484cbf369402c65b3c6352f8
Parent Commit: acc662e
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