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>2020-11-13 09:27:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-13 09:27:39 +0300
commitf00ebd4dba25f1ddc728a1431a1f81dd03c17457 (patch)
tree4a877ceed9af6b2ab3bc3f6e5186526d1f348884 /source/blender/makesdna/DNA_userdef_types.h
parentccf8df66fea3650b3d43ed079f9eec4cf35e99f6 (diff)
UI: make add object tool experimental
Some changes here are planned which need feedback from users before declaring this ready for the next release.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index f673b193a39..464eed4779f 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -636,7 +636,8 @@ typedef struct UserDef_Experimental {
char use_sculpt_vertex_colors;
char use_switch_object_operator;
char use_sculpt_tools_tilt;
- char _pad[7];
+ char use_object_add_tool;
+ char _pad[6];
/** `makesdna` does not allow empty structs. */
} UserDef_Experimental;