mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Object selection (from object list to 3DScene)
This commit is contained in:
parent
77e09e683d
commit
06f395641b
8 changed files with 116 additions and 9 deletions
|
@ -71,6 +71,8 @@ void set_object_count(int idx, int count);
|
|||
void unselect_objects();
|
||||
// Select current object in the list on c++ side
|
||||
void select_current_object(int idx);
|
||||
// Select current volume in the list on c++ side
|
||||
void select_current_volume(int idx, int vol_idx);
|
||||
// Remove objects/sub-object from the list
|
||||
void remove();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue