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. --- release/scripts/startup/bl_ui/space_userpref.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/space_userpref.py') diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py index 7d92d6475eb..53c1a136dec 100644 --- a/release/scripts/startup/bl_ui/space_userpref.py +++ b/release/scripts/startup/bl_ui/space_userpref.py @@ -2200,7 +2200,6 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, Panel): self._draw_items( context, ( ({"property": "use_new_hair_type"}, "T68981"), - ({"property": "use_new_point_cloud_type"}, "T75717"), ), ) -- cgit v1.2.3