Blender Git Commit Log
Git Commits -> Revision 9bcab80
Revision 9bcab80 by Campbell Barton (master) June 28, 2019, 08:22 (GMT) |
Fix T63694: Crash using tool gizmos with multiple windows Gizmo group types now store a user count so they aren't unlinked while other tools are using them. The tool system now works with multiple windows. |
Commit Details:
Full Hash: 9bcab8050f44e5bd36a0715811ee0355e4b221b6
Parent Commit: eac1104
Lines Changed: +96, -1
6 Modified Paths:
/source/blender/editors/util/gizmo_utils.c (+6, -1) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c (+32, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_intern.h (+3, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+38, -0) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_api.h (+9, -0) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_types.h (+8, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c (+32, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_intern.h (+3, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+38, -0) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_api.h (+9, -0) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_types.h (+8, -0) (Diff)