mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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
|
|
@ -327,8 +327,8 @@ class NukeWriteCreator(NukeCreator):
|
|||
"frames": "Use existing frames"
|
||||
}
|
||||
if ("farm_rendering" in self.instance_attributes):
|
||||
rendering_targets["frames_farm"] = "Use existing frames - farm"
|
||||
rendering_targets["farm"] = "Farm rendering"
|
||||
rendering_targets["farm_frames"] = "Existing frames farm rendering"
|
||||
|
||||
return EnumDef(
|
||||
"render_target",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -97,8 +97,8 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin,
|
|||
hosts = ["fusion", "max", "maya", "nuke", "houdini",
|
||||
"celaction", "aftereffects", "harmony"]
|
||||
|
||||
families = ["render.farm", "render.farm_frames",
|
||||
"prerender.farm", "prerender.farm_frames",
|
||||
families = ["render.farm", "render.frames_farm",
|
||||
"prerender.farm", "prerender.frames_farm",
|
||||
"renderlayer", "imagesequence",
|
||||
"vrayscene", "maxrender",
|
||||
"arnold_rop", "mantra_rop",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue