mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 05:26:29 +02:00
[graph] default uidIndex value for Attribute.uid method
This index only makes sense on ListAttributes and GroupAttributes
This commit is contained in:
parent
16e8037fd7
commit
fbebecd463
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ class Attribute(BaseObject):
|
|||
@property
|
||||
def isInput(self):
|
||||
return not self._isOutput
|
||||
|
||||
def uid(self, uidIndex=-1):
|
||||
"""
|
||||
"""
|
||||
# 'uidIndex' should be in 'self.desc.uid' but in the case of linked attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue