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

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