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-06-08 17:30:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-08 17:35:05 +0300
commit1ce55693f511013ceed962e8614aa61dd2dff4d5 (patch)
tree7163824f8b2057d381287f260ad39c878e096958 /source/blender/makesdna/DNA_space_types.h
parent9d59d20957b5fe042f4132d9ed23e9ac25cb4ce0 (diff)
UI: remove tools space type, use properties context
We've decieded to use tools context in properties editor.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index d867e05f209..18fd17c006e 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -196,6 +196,7 @@ typedef enum eSpaceButtons_Context {
BCONTEXT_CONSTRAINT = 11,
BCONTEXT_BONE_CONSTRAINT = 12,
BCONTEXT_VIEW_LAYER = 13,
+ BCONTEXT_TOOL = 14,
BCONTEXT_WORKSPACE = 15,
/* always as last... */
@@ -220,12 +221,6 @@ typedef enum eSpaceButtons_Align {
BUT_AUTO = 3,
} eSpaceButtons_Align;
-/* SpaceButs.flag */
-typedef enum eSpaceButtons_SubType {
- SB_SUBTYPE_DATA = 0,
- SB_SUBTYPE_TOOL = 1,
-} eSpaceButtons_SubType;
-
/** \} */
/* -------------------------------------------------------------------- */