mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 12:41:18 -07:00
Objects can be selected in 3D preview now. Double click and right click work as well
This commit is contained in:
parent
b0aa1260e2
commit
d1f58cbed5
7 changed files with 190 additions and 44 deletions
|
|
@ -20,6 +20,8 @@
|
|||
void clear_objects();
|
||||
size_t objects_count()
|
||||
%code%{ RETVAL = THIS->objects.size(); %};
|
||||
Ref<ModelObject> get_object(int idx)
|
||||
%code%{ RETVAL = THIS->objects.at(idx); %};
|
||||
|
||||
Ref<ModelMaterial> get_material(t_model_material_id material_id)
|
||||
%code%{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue