We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff921d6 + 1aea45e commit 5710bf3Copy full SHA for 5710bf3
meshroom/core/node.py
@@ -980,7 +980,7 @@ def _onAttributeChanged(self, attr: Attribute):
980
if self.graph:
981
# If we are in a graph, propagate the notification to the connected output attributes
982
for edge in self.graph.outEdges(attr):
983
- edge.dst.node._onAttributeChanged(edge.dst)
+ edge.dst.valueChanged.emit()
984
985
def onAttributeClicked(self, attr):
986
""" When an attribute is clicked, a specific function can be defined in the descriptor and be called.
0 commit comments