From 6aef124e7d2869a692dd564a4515f2304924da33 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Apr 2019 12:16:03 +0200 Subject: UI: move region toggling to properties Each space had separate operators, duplicating logic. Use RNA properties instead so adding the ability to toggle other region types (floating redo region for eg) doesn't need to have an extra operator per space type. It's also nicer to show a check-box for something which can be toggled. --- source/blender/editors/space_view3d/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (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 279c6913064..1514f7a236b 100644 --- a/source/blender/editors/space_view3d/CMakeLists.txt +++ b/source/blender/editors/space_view3d/CMakeLists.txt @@ -64,7 +64,6 @@ set(SRC view3d_project.c view3d_select.c view3d_snap.c - view3d_toolbar.c view3d_utils.c view3d_view.c view3d_walk.c -- cgit v1.2.3