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.
This commit is contained in:
2020-11-18 00:26:45 +01:00
committed by Jacques Lucke
parent 56931f63c6
commit dc614c68ef
5 changed files with 1 additions and 13 deletions

View File

@@ -1713,9 +1713,6 @@ void OBJECT_OT_hair_add(wmOperatorType *ot)
static bool object_pointcloud_add_poll(bContext *C)
{
if (!U.experimental.use_new_point_cloud_type) {
return false;
}
return ED_operator_objectmode(C);
}