mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
FIX: not restore old object with components in sub model
Change-Id: I6adb7aa58dae1a2e9e9910cd19757b5e56e8eae8
This commit is contained in:
parent
c2e0c3d109
commit
9c01ff269e
1 changed files with 2 additions and 2 deletions
|
@ -229,8 +229,8 @@ static constexpr const char* RELATIONSHIP_TAG = "Relationship";
|
||||||
static constexpr const char* PID_ATTR = "pid";
|
static constexpr const char* PID_ATTR = "pid";
|
||||||
static constexpr const char* PUUID_ATTR = "p:uuid";
|
static constexpr const char* PUUID_ATTR = "p:uuid";
|
||||||
static constexpr const char* PPATH_ATTR = "p:path";
|
static constexpr const char* PPATH_ATTR = "p:path";
|
||||||
static constexpr const char *OBJECT_UUID_SUFFIX = "-41cb-4c03-9d28-80fed5dfa1dc";
|
static constexpr const char *OBJECT_UUID_SUFFIX = "-61cb-4c03-9d28-80fed5dfa1dc";
|
||||||
static constexpr const char *OBJECT_UUID_SUFFIX2 = "-51cb-4c03-9d28-80fed5dfa1dc";
|
static constexpr const char *OBJECT_UUID_SUFFIX2 = "-71cb-4c03-9d28-80fed5dfa1dc";
|
||||||
static constexpr const char* BUILD_UUID = "d8eb061-b1ec-4553-aec9-835e5b724bb4";
|
static constexpr const char* BUILD_UUID = "d8eb061-b1ec-4553-aec9-835e5b724bb4";
|
||||||
static constexpr const char* BUILD_UUID_SUFFIX = "-b1ec-4553-aec9-835e5b724bb4";
|
static constexpr const char* BUILD_UUID_SUFFIX = "-b1ec-4553-aec9-835e5b724bb4";
|
||||||
static constexpr const char* TARGET_ATTR = "Target";
|
static constexpr const char* TARGET_ATTR = "Target";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue