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>2021-01-16 03:39:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-16 03:39:12 +0300
commit66161ba3a19d7c8757299bd94d6d87a130b48063 (patch)
treed7a820ed6a99d17b0e50f159c521f386962240fc /source/blender/makesdna
parenta8436334bd9c9c4966e521ccf47368a9d5c2eb51 (diff)
parent27c142aa293c4b79dd9ae51915afa1d3c1541e3f (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 51699dae641..f620602f051 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -643,9 +643,8 @@ typedef struct UserDef_Experimental {
char use_sculpt_vertex_colors;
char use_switch_object_operator;
char use_sculpt_tools_tilt;
- char use_object_add_tool;
char use_asset_browser;
- char _pad[6];
+ char _pad[7];
/** `makesdna` does not allow empty structs. */
} UserDef_Experimental;