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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user