mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 19:31:58 +02:00
[core] ListAttribute: don't call 'validateValue' on links
Links (Attribute reference or link expression) should not go through value confirmity checker
This commit is contained in:
parent
168866aed0
commit
4d8a177ae3
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ class ListAttribute(Attribute):
|
|||
self._value = value
|
||||
# New value
|
||||
else:
|
||||
self.desc.validateValue(value)
|
||||
self.extend(value)
|
||||
self.requestGraphUpdate()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue