From 6ffcddc10afa07b073ce01c25884e23fc2b661df Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 7 Dec 2019 03:45:50 +1100 Subject: Tool System: experimental fallback tool support Implement T66304 as an experimental option, available under the preferences "Experimental" section. - When enabled most tools in the 3D view have a gizmo. - Dragging outside the gizmo uses the 'fallback' tool. - The fallback tool can be changed or disabled in the tool options or from a pie menu (Alt-W). --- source/blender/editors/space_view3d/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_view3d/CMakeLists.txt') diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt index 7c75f0ea907..2feef9e0c9a 100644 --- a/source/blender/editors/space_view3d/CMakeLists.txt +++ b/source/blender/editors/space_view3d/CMakeLists.txt @@ -61,6 +61,7 @@ set(SRC view3d_gizmo_preselect.c view3d_gizmo_preselect_type.c view3d_gizmo_ruler.c + view3d_gizmo_tool_generic.c view3d_header.c view3d_iterators.c view3d_ops.c -- cgit v1.2.3