[core] Do not write nodes' UIDs when saving templates

This commit is contained in:
Candice Bentéjac 2022-10-14 18:19:15 +02:00
parent 02f87ff634
commit 371c8a2238

View file

@ -1247,6 +1247,8 @@ class Graph(BaseObject):
if attribute.isDefault and not attribute.isLink:
del graph[nodeName]["outputs"][attrName]
del graph[nodeName]["uids"]
return graph
def _setFilepath(self, filepath):