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:30:19 +01:00 committed by GitHub
parent a7450e4ab5
commit 953238490b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ def extract_alembic_attributes(node_data, class_name):
]
plugin_attributes = {}
for attr in attributes:
if attr not in node_data["creator_attributes"].keys():
if attr not in node_data["creator_attributes"]:
continue
value = node_data["creator_attributes"].pop(attr)