mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add comment to converted value
This commit is contained in:
parent
026eb67e91
commit
2ed1d42f35
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ class AttributeValues:
|
|||
if value is None:
|
||||
continue
|
||||
converted_value = attr_def.convert_value(value)
|
||||
# QUESTION Could we just use converted value all the time?
|
||||
if converted_value == value:
|
||||
self._data[attr_def.key] = value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue