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:
authorDalai Felinto <dalai@blender.org>2020-11-18 02:26:45 +0300
committerJacques Lucke <jacques@blender.org>2020-12-02 17:38:47 +0300
commitdc614c68ef2c8ca8b076a000974b5a20a4145a42 (patch)
tree48c4841b34d0f2d48e7917988e97f938103a3d5b /release/scripts/startup/bl_ui/space_userpref.py
parent56931f63c6c42ee0435fb64b221099077c4ed06d (diff)
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.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
1 files changed, 0 insertions, 1 deletions
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"),
),
)