From f00ebd4dba25f1ddc728a1431a1f81dd03c17457 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 13 Nov 2020 17:27:39 +1100 Subject: UI: make add object tool experimental Some changes here are planned which need feedback from users before declaring this ready for the next release. --- source/blender/makesdna/DNA_userdef_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_userdef_types.h') 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; -- cgit v1.2.3