mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Changed logic of the PrusaObjectDataViewModelNode:
now each node has:
* name,
* type,
* id (-1, if type == itSettings OR itInstanceRoot),
* bmp,
* action_bmp
* extruder
This commit is contained in:
@@ -2019,6 +2019,7 @@ void Plater::changed_object_settings(int obj_idx)
|
||||
_3DScene::set_objects_selections(p->canvas3D, selections);
|
||||
#endif // !ENABLE_EXTENDED_SELECTION
|
||||
_3DScene::reload_scene(p->canvas3D, false);
|
||||
_3DScene::zoom_to_volumes(p->canvas3D);
|
||||
}
|
||||
else {
|
||||
// schedule_background_process();
|
||||
|
||||
Reference in New Issue
Block a user