mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Added extended selection ObjectList -> to canvas3D
This commit is contained in:
parent
e201c5123c
commit
9cf80581d9
7 changed files with 179 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue