mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-19 03:56:26 +02:00
[commands] AddNode: resolve link expressions on redo
This commit is contained in:
parent
a855a74ae9
commit
e4ccef2187
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ class AddNodeCommand(GraphCommand):
|
|||
def redoImpl(self):
|
||||
self.node = self.graph.addNewNode(self.nodeType)
|
||||
self.setText("Add Node {}".format(self.node.getName()))
|
||||
self.node._applyExpr()
|
||||
return True
|
||||
|
||||
def undoImpl(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue