Skip to content

Commit

Permalink
Fix publishing USD from maya with asset/shot contributions enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 18, 2024
1 parent 4b7302f commit 7887d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CollectUserDefinedAttributes(plugin.MayaInstancePlugin):
def process(self, instance):

# Collect user defined attributes.
if not instance.data["creator_attributes"].get(
if not instance.data.get("creator_attributes", {}).get(
"includeUserDefinedAttributes"
):
return
Expand Down

0 comments on commit 7887d17

Please sign in to comment.