JSON exporting graphs contain the node execution order

This commit is contained in:
tamat
2019-07-18 15:02:49 +02:00
parent 35bb70b163
commit 35773309fb
3 changed files with 1281 additions and 847 deletions

File diff suppressed because it is too large Load Diff

1217
build/litegraph.min.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -2205,6 +2205,7 @@
pos: this.pos,
size: this.size,
flags: LiteGraph.cloneObject(this.flags),
order: this.order,
mode: this.mode
};