mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
commit
04907f699f
1 changed files with 2 additions and 0 deletions
|
|
@ -284,6 +284,8 @@ class YetiCacheLoader(api.Loader):
|
|||
|
||||
# Apply attributes to pgYetiMaya node
|
||||
for attr, value in attributes.items():
|
||||
if value is None:
|
||||
continue
|
||||
lib.set_attribute(attr, value, yeti_node)
|
||||
|
||||
# Fix for : YETI-6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue