Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-08-30 06:06:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-30 06:06:03 +0300
commit8ace389fc4c5d0b5ea789f8a26d7c6ff84703916 (patch)
tree683fbccf77a4247240fbe1421e6ce90c8cf2fdc4 /source/blender/makesdna/DNA_space_types.h
parenta4a9f4b3d1979798506141f7dfcd9f928fe07d1b (diff)
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.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h3
1 files changed, 1 insertions, 2 deletions
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