fix 'product_name' to 'name'

This commit is contained in:
Jakub Trllo 2025-12-05 15:36:01 +01:00
parent a657022919
commit f665528ee7

View file

@ -399,7 +399,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
product_id = existing_product_entity["id"]
new_product_entity_kwargs = {
"product_name": product_name,
"name": product_name,
"product_type": product_type,
"folder_id": folder_entity["id"],
"data": data,