mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 16:36:32 +02:00
[core] Do not write nodes' UIDs when saving templates
This commit is contained in:
parent
02f87ff634
commit
371c8a2238
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue