Blender Git Loki
Git Commits -> Revision 8c4b5ac
Revision 8c4b5ac by Germano Cavalcante (master) February 27, 2019, 16:37 (GMT) |
Fix T62007: Dial 3d being drawn out of rotating tool. It was being drawn when any Gizmo was highlighted. There are several ways to solve this (creating a new parameter to the operator, checking the gizmos in the invoke or creating a global context). Also, for a micro-optimization, all of those conditions in the `drawDial3d` could be done once in the invoke. But since all of these changes involve changing the customdata (`TransInfo`), which is already a bit confusing with so many members, I thought it best to make minimal changes. |
Commit Details:
Full Hash: 8c4b5ac4c1b496e04bc44ed25f0e89335445ba51
Parent Commit: 2b892c6
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/transform/transform_gizmo_3d.c (+1, -1) (Diff)