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>2017-11-02 15:05:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-02 15:05:13 +0300
commit1ca3e1a91dbb4bbd99d8d8275e2a9c8dc0505d1c (patch)
treec638ed870b8b8838592daa29cb079cf5c49fd0c1 /source/blender/makesdna/DNA_workspace_types.h
parent08141260ffa619fef1871ccd446b8a59a7b111ca (diff)
UI: support nested tools in toolbar
Diffstat (limited to 'source/blender/makesdna/DNA_workspace_types.h')
-rw-r--r--source/blender/makesdna/DNA_workspace_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_workspace_types.h b/source/blender/makesdna/DNA_workspace_types.h
index 8cd03a5eafa..1e650fcfb6d 100644
--- a/source/blender/makesdna/DNA_workspace_types.h
+++ b/source/blender/makesdna/DNA_workspace_types.h
@@ -58,7 +58,8 @@ typedef struct bToolDef {
char keymap[64];
char manipulator_group[64];
int spacetype;
- int _pad;
+ /* index when a tool is a member of a group */
+ int index;
} bToolDef;
/**