mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renaming target and its label to make it better sorted in ui
This commit is contained in:
parent
697c126cce
commit
ff77dc0678
3 changed files with 5 additions and 5 deletions
|
|
@ -76,7 +76,7 @@ class CollectNukeWrites(pyblish.api.InstancePlugin,
|
|||
|
||||
self.log.debug('output dir: {}'.format(output_dir))
|
||||
|
||||
if render_target in ["frames", "farm_frames"]:
|
||||
if render_target in ["frames", "frames_farm"]:
|
||||
representation = {
|
||||
'name': ext,
|
||||
'ext': ext,
|
||||
|
|
@ -145,7 +145,7 @@ class CollectNukeWrites(pyblish.api.InstancePlugin,
|
|||
instance.data["representations"].append(representation)
|
||||
self.log.info("Publishing rendered frames ...")
|
||||
|
||||
if render_target == "farm_frames":
|
||||
if render_target == "frames_farm":
|
||||
# Farm rendering
|
||||
instance.data["toBeRenderedOn"] = "deadline"
|
||||
instance.data["transfer"] = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue