From 8ace389fc4c5d0b5ea789f8a26d7c6ff84703916 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 30 Aug 2018 13:06:03 +1000 Subject: UI: move workspace panels to tool settings While this isn't the most logical place, there are very few workspace options and they don't need to be in such a prominent location. --- source/blender/makesdna/DNA_space_types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_space_types.h') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index 5404f4160fd..f38669a757a 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -197,8 +197,7 @@ typedef enum eSpaceButtons_Context { BCONTEXT_BONE_CONSTRAINT = 12, BCONTEXT_VIEW_LAYER = 13, BCONTEXT_TOOL = 14, - BCONTEXT_WORKSPACE = 15, - BCONTEXT_SHADERFX = 16, + BCONTEXT_SHADERFX = 15, /* always as last... */ BCONTEXT_TOT -- cgit v1.2.3