Still WIP

This commit is contained in:
barsdeveloper
2024-05-28 16:44:39 +02:00
parent 70b4cabb97
commit 1c2778fbf8
62 changed files with 2480 additions and 2853 deletions

View File

@@ -413,7 +413,7 @@ export default class Blueprint extends IElement {
this.entity = this.entity.mergeWith(element.entity)
const additionalSerialization = atob(element.entity.ExportedNodes)
this.template.getPasteInputObject().pasted(additionalSerialization)
.forEach(node => node.entity.isExported = true)
.forEach(node => node.entity._exported = true)
continue
}
const name = element.entity.getObjectName()