mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Added extended selection ObjectList -> to canvas3D
This commit is contained in:
@@ -697,6 +697,11 @@ Plater* GUI_App::plater()
|
||||
return mainframe->m_plater;
|
||||
}
|
||||
|
||||
wxGLCanvas* GUI_App::canvas3D()
|
||||
{
|
||||
return mainframe->m_plater->canvas3D();
|
||||
}
|
||||
|
||||
ModelObjectPtrs* GUI_App::model_objects()
|
||||
{
|
||||
return &mainframe->m_plater->model().objects;
|
||||
|
||||
Reference in New Issue
Block a user