mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️use collected data instead
This commit is contained in:
parent
68e19f4184
commit
d99075fed6
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class CollectResourcesPath(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
template_name = get_publish_template_name(
|
template_name = get_publish_template_name(
|
||||||
project_name=template_data["project"]["name"],
|
project_name=template_data["project"]["name"],
|
||||||
host_name=get_current_host_name(),
|
host_name=instance.context.data["hostName"],
|
||||||
product_type=template_data["product"]["type"],
|
product_type=template_data["product"]["type"],
|
||||||
task_name=template_data["product"]["name"],
|
task_name=template_data["product"]["name"],
|
||||||
task_type=template_data["product"]["type"],
|
task_type=template_data["product"]["type"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue