mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Update client/ayon_core/hosts/maya/plugins/create/create_animation_pointcache.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
953238490b
commit
f7d52df193
1 changed files with 1 additions and 2 deletions
|
|
@ -62,8 +62,7 @@ def extract_alembic_attributes(node_data, class_name):
|
|||
continue
|
||||
value = node_data["creator_attributes"].pop(attr)
|
||||
|
||||
if attr in attributes:
|
||||
plugin_attributes[attr] = value
|
||||
plugin_attributes[attr] = value
|
||||
|
||||
publish_attributes[class_name] = plugin_attributes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue