mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 20:46:28 +02:00
[ui][commands] Duplicate/UpgradeNode: return created Node instances
This commit is contained in:
parent
734540abba
commit
830173047c
3 changed files with 9 additions and 9 deletions
|
@ -482,7 +482,7 @@ class Graph(BaseObject):
|
|||
except (KeyError, ValueError) as e:
|
||||
logging.warning("Failed to restore edge {} -> {}: {}".format(src, dst, str(e)))
|
||||
|
||||
return inEdges, outEdges
|
||||
return upgradedNode, inEdges, outEdges
|
||||
|
||||
def upgradeAllNodes(self):
|
||||
""" Upgrade all upgradable CompatibilityNode instances in the graph. """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue