Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_sequential
This commit is contained in:
commit
4b328c4ef2
40 changed files with 2792 additions and 1686 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue