From dc614c68ef2c8ca8b076a000974b5a20a4145a42 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 18 Nov 2020 00:26:45 +0100 Subject: Preferences: remove Point Cloud object from experimental The point cloud object is the only one that will support instancing at first. So we can expose it as a regular object. It is limited since it has no edit mode. But this is not different than the volume object. --- source/blender/makesdna/DNA_userdef_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h index 337f246216f..885efcb2bea 100644 --- a/source/blender/makesdna/DNA_userdef_types.h +++ b/source/blender/makesdna/DNA_userdef_types.h @@ -631,12 +631,10 @@ typedef struct UserDef_Experimental { /* The following options are automatically sanitized (set to 0) * when the release cycle is not alpha. */ char use_new_hair_type; - char use_new_point_cloud_type; char use_sculpt_vertex_colors; char use_switch_object_operator; char use_sculpt_tools_tilt; char use_object_add_tool; - char _pad[7]; /** `makesdna` does not allow empty structs. */ } UserDef_Experimental; -- cgit v1.2.3