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:
Toke Jepsen 2024-04-12 11:32:01 +01:00 committed by GitHub
parent 953238490b
commit f7d52df193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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