Merge pull request #3163 from pypeclub/bugfix/harmony_farm_missing_task

Harmony: fixed missing task name in render instance
This commit is contained in:
Petr Kalis 2022-05-11 11:07:14 +02:00 committed by GitHub
commit 4bb5e875d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,6 +144,7 @@ class CollectFarmRender(openpype.lib.abstract_collect_render.
label=node.split("/")[1],
subset=subset_name,
asset=legacy_io.Session["AVALON_ASSET"],
task=task_name,
attachTo=False,
setMembers=[node],
publish=info[4],