Blender Git Commit Log
Git Commits  -> Revision d421adb
		
			
			
		
Revision d421adb by Campbell Barton (master) September 18, 2018, 06:07 (GMT)  | 
Gizmo: de-duplicate poll logic Checking the active tool or operator was a common way to check if the gizmo was still in use.  | 
Commit Details:
Full Hash: d421adb83e8d39bd9d74ea3d526326b70e93c341
Parent Commit: 0a3b66c
Lines Changed:  +130,  -98
2 Added Paths:
/source/blender/editors/include/ED_gizmo_utils.h (+42, -0)  (View)
/source/blender/editors/util/gizmo_utils.c (+64, -0) (View)
/source/blender/editors/util/gizmo_utils.c (+64, -0) (View)
8 Modified Paths:
/source/blender/editors/mesh/editmesh_add_gizmo.c (+2, -6) (Diff)
/source/blender/editors/mesh/editmesh_bisect.c (+2, -6) (Diff)
/source/blender/editors/mesh/editmesh_extrude.c (+2, -15) (Diff)
/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c (+3, -21) (Diff)
/source/blender/editors/space_view3d/view3d_gizmo_preselect.c (+3, -26) (Diff)
/source/blender/editors/space_view3d/view3d_gizmo_ruler.c (+2, -13) (Diff)
/source/blender/editors/transform/transform_gizmo_3d.c (+7, -10) (Diff)
/source/blender/editors/util/CMakeLists.txt (+3, -1) (Diff)
/source/blender/editors/mesh/editmesh_bisect.c (+2, -6) (Diff)
/source/blender/editors/mesh/editmesh_extrude.c (+2, -15) (Diff)
/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c (+3, -21) (Diff)
/source/blender/editors/space_view3d/view3d_gizmo_preselect.c (+3, -26) (Diff)
/source/blender/editors/space_view3d/view3d_gizmo_ruler.c (+2, -13) (Diff)
/source/blender/editors/transform/transform_gizmo_3d.c (+7, -10) (Diff)
/source/blender/editors/util/CMakeLists.txt (+3, -1) (Diff)


 Master Commits
MiikaHweb | 2003-2021