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:
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 8a698050629..0f6c32e4ddf 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -645,7 +645,6 @@ typedef struct UserDef_Experimental {
char use_new_curves_type;
char use_new_point_cloud_type;
char use_full_frame_compositor;
- char use_sculpt_vertex_colors;
char use_sculpt_tools_tilt;
char use_extended_asset_browser;
char use_override_templates;
@@ -653,7 +652,6 @@ typedef struct UserDef_Experimental {
char use_select_nearest_on_first_click;
char enable_eevee_next;
char use_sculpt_texture_paint;
- char _pad[7];
/** `makesdna` does not allow empty structs. */
} UserDef_Experimental;