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.
1 parent eb79e59 commit 5778960Copy full SHA for 5778960
1 file changed
meshroom/core/attribute.py
@@ -480,6 +480,7 @@ def updateInternals(self):
480
linkedInAttributes = Property(Variant, getLinkedInAttributes)
481
linkedOutAttributes = Property(Variant, getLinkedOutAttributes)
482
isDefault = Property(bool, _isDefault, notify=valueChanged)
483
+ linkParam = Property(BaseObject, getLinkParam, notify=isLinkChanged)
484
rootLinkParam = Property(BaseObject, lambda self: self.getLinkParam(recursive=True), notify=isLinkChanged)
485
node = Property(BaseObject, node.fget, constant=True)
486
enabledChanged = Signal()
0 commit comments