mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-22 18:19:45 -07:00
Store object and volume names in the new 'name' property instead of relying on material id
This commit is contained in:
@@ -87,6 +87,7 @@ class ModelObject
|
||||
{
|
||||
friend class Model;
|
||||
public:
|
||||
std::string name;
|
||||
std::string input_file;
|
||||
ModelInstancePtrs instances;
|
||||
ModelVolumePtrs volumes;
|
||||
@@ -138,6 +139,7 @@ class ModelVolume
|
||||
{
|
||||
friend class ModelObject;
|
||||
public:
|
||||
std::string name;
|
||||
TriangleMesh mesh;
|
||||
DynamicPrintConfig config;
|
||||
bool modifier;
|
||||
|
||||
Reference in New Issue
Block a user