mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Don't skip empty value - all keys are considered required attributes
This commit is contained in:
parent
9ee69cfce8
commit
ba3e20a712
1 changed files with 0 additions and 2 deletions
|
|
@ -349,8 +349,6 @@ def containerise(name,
|
|||
]
|
||||
|
||||
for key, value in data:
|
||||
if not value:
|
||||
continue
|
||||
|
||||
if isinstance(value, (int, float)):
|
||||
cmds.addAttr(container, longName=key, attributeType="short")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue