Fixed DnD for "Model part" volumes inside the object
Fixed volumes order inside the object
This commit is contained in:
@@ -277,6 +277,7 @@ public:
|
||||
ModelVolume* add_volume(const ModelVolume &volume, TriangleMesh &&mesh);
|
||||
void delete_volume(size_t idx);
|
||||
void clear_volumes();
|
||||
void sort_volumes(bool full_sort);
|
||||
bool is_multiparts() const { return volumes.size() > 1; }
|
||||
|
||||
ModelInstance* add_instance();
|
||||
|
||||
Reference in New Issue
Block a user