mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Harmon to Deadline - fix - remove 'Farm' from subset name
Subset on farm must match subset from manually rendered
This commit is contained in:
parent
638245c0da
commit
c45f5f11b4
1 changed files with 3 additions and 2 deletions
|
|
@ -126,12 +126,13 @@ class CollectFarmRender(pype.lib.abstract_collect_render.
|
|||
|
||||
# TODO: handle pixel aspect and frame step
|
||||
# TODO: set Deadline stuff (pools, priority, etc. by presets)
|
||||
subset_name = node.split("/")[1].replace('Farm', '')
|
||||
render_instance = HarmonyRenderInstance(
|
||||
version=version,
|
||||
time=api.time(),
|
||||
source=context.data["currentFile"],
|
||||
label=node.split("/")[1],
|
||||
subset=node.split("/")[1],
|
||||
label=subset_name,
|
||||
subset=subset_name,
|
||||
asset=api.Session["AVALON_ASSET"],
|
||||
attachTo=False,
|
||||
setMembers=[node],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue