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:
authorJulian Eisel <julian@blender.org>2022-10-18 19:26:50 +0300
committerJulian Eisel <julian@blender.org>2022-10-18 19:26:50 +0300
commit7234c363dbf874dc8b20d88d5bc02187871e10aa (patch)
tree8bb10f9594c553b985c2e3ae6e461aeeb0f58f60 /source/blender/makesdna
parentc47520137867b67a936dc78053742dc1ae759d3e (diff)
Hide UI behind experimental option
Diffstat (limited to 'source/blender/makesdna')
-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 44a5bf5a20d..5a6c7992a3e 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -647,7 +647,8 @@ typedef struct UserDef_Experimental {
char use_sculpt_texture_paint;
char use_draw_manager_acquire_lock;
char use_realtime_compositor;
- char _pad[7];
+ char use_blender_projects;
+ char _pad[6];
/** `makesdna` does not allow empty structs. */
} UserDef_Experimental;