Skip to content

Commit 5778960

Browse files
[core] Attribute: Fix the attribute removed by accident
1 parent eb79e59 commit 5778960

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meshroom/core/attribute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ def updateInternals(self):
480480
linkedInAttributes = Property(Variant, getLinkedInAttributes)
481481
linkedOutAttributes = Property(Variant, getLinkedOutAttributes)
482482
isDefault = Property(bool, _isDefault, notify=valueChanged)
483+
linkParam = Property(BaseObject, getLinkParam, notify=isLinkChanged)
483484
rootLinkParam = Property(BaseObject, lambda self: self.getLinkParam(recursive=True), notify=isLinkChanged)
484485
node = Property(BaseObject, node.fget, constant=True)
485486
enabledChanged = Signal()

0 commit comments

Comments
 (0)