We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43cffd0 + ee11d6f commit e5d6c45Copy full SHA for e5d6c45
client/ayon_houdini/plugins/publish/collect_local_render_instances.py
@@ -227,7 +227,7 @@ def _get_product_name_and_group(
227
if use_legacy_product_name:
228
return _get_legacy_product_name_and_group(
229
product_base_type,
230
- dynamic_data.get("productName"),
+ instance.data["productName"],
231
instance.context.data["taskEntity"]["name"],
232
dynamic_data
233
)
0 commit comments