This commit is contained in:
enricoturri1966 2023-03-22 12:34:18 +01:00
commit 4b328c4ef2
40 changed files with 2792 additions and 1686 deletions

View file

@ -3154,6 +3154,8 @@ void Plater::priv::split_object()
// causing original positions not to be kept
std::vector<size_t> idxs = load_model_objects(new_objects);
// clear previosli selection
get_selection().clear();
// select newly added objects
for (size_t idx : idxs)
{