Changing of a type of a volume in the object list

This commit is contained in:
YuSanka
2018-11-02 23:27:31 +01:00
parent e23a814139
commit c7fb04a9b4
4 changed files with 96 additions and 25 deletions

View File

@@ -145,6 +145,9 @@ public:
void select_all();
// correct current selections to avoid of the possible conflicts
void fix_multiselection_conflicts();
ModelVolume* get_selected_model_volume();
void change_part_type();
};