mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix variable definition
This commit is contained in:
parent
a1f74f2c78
commit
0e0620770f
1 changed files with 1 additions and 2 deletions
|
|
@ -116,9 +116,8 @@ class CreatorAttrsWidget(QtWidgets.QWidget):
|
|||
row = 0
|
||||
for attr_def, info_by_id in result:
|
||||
widget = create_widget_for_attr_def(attr_def, content_widget)
|
||||
default_values = set()
|
||||
default_values = []
|
||||
if attr_def.is_value_def:
|
||||
default_values = []
|
||||
values = []
|
||||
for item in info_by_id.values():
|
||||
values.append(item["value"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue