Improved stability (fixed crashes) of the Cut by plane function by

replacing the cut triangulation with freeglu tesselator.
Added performance tracing output of the Cut by plane function.
Added wait cursor to split to parts / objects, object cut, save to AMF/3MF.
This commit is contained in:
bubnikv
2019-02-05 20:23:24 +01:00
parent d74c4a0fb6
commit 44487a1841
4 changed files with 27 additions and 37 deletions

View File

@@ -1347,6 +1347,8 @@ void ObjectList::split()
return;
}
wxBusyCursor wait;
auto model_object = (*m_objects)[obj_idx];
auto parent = m_objects_model->GetTopParent(item);