renaming target and its label to make it better sorted in ui

This commit is contained in:
Jakub Jezek 2023-08-04 11:49:53 +02:00
parent 697c126cce
commit ff77dc0678
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
3 changed files with 5 additions and 5 deletions

View file

@ -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