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:
authorHans Goudey <h.goudey@me.com>2022-04-26 18:17:53 +0300
committerHans Goudey <h.goudey@me.com>2022-04-26 18:18:30 +0300
commit3e7ee3f3bcd61a1fb1395683ba7ecc430c9932db (patch)
tree9751d8d412a97259bc4e9056b74825e5a5589bd6 /source/blender/makesdna/DNA_userdef_types.h
parentae94e36cfb2f3bc9a99b638782092d9c71d4b3c7 (diff)
Geometry Nodes: Move named attribute nodes out of experimental
Remove the experimental option for named attributes nodes show they are always available. Ref T91742
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-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 619f4c05875..3de6453bbaa 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -648,10 +648,9 @@ typedef struct UserDef_Experimental {
char use_sculpt_tools_tilt;
char use_extended_asset_browser;
char use_override_templates;
- char use_named_attribute_nodes;
char enable_eevee_next;
char use_sculpt_texture_paint;
- char _pad0[1];
+ char _pad0[2];
/** `makesdna` does not allow empty structs. */
} UserDef_Experimental;