nuke: better creator names

This commit is contained in:
Jakub Jezek 2022-10-13 15:44:47 +02:00
parent e185ba57cd
commit 8180a02b18
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
7 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ class CreateBackdrop(NukeCreator):
"""Add Publishable Backdrop"""
identifier = "create_backdrop"
label = "Create Backdrop"
label = "Nukenodes (backdrop)"
family = "nukenodes"
icon = "file-archive-o"
maintain_selection = True

View file

@ -10,7 +10,7 @@ class CreateCamera(NukeCreator):
"""Add Publishable Camera"""
identifier = "create_camera"
label = "Create 3d Camera"
label = "Camera (3d)"
family = "camera"
icon = "camera"

View file

@ -10,7 +10,7 @@ class CreateModel(NukeCreator):
"""Add Publishable Camera"""
identifier = "create_model"
label = "Create 3d Model"
label = "Model (3d)"
family = "model"
icon = "cube"
default_variants = ["Main"]

View file

@ -11,7 +11,7 @@ from openpype.hosts.nuke.api.lib import (
class CrateRead(plugin.OpenPypeCreator):
# change this to template preset
name = "ReadCopy"
label = "Create Read Copy"
label = "Source (read)"
hosts = ["nuke"]
family = "source"
families = family

View file

@ -16,7 +16,7 @@ from openpype.hosts.nuke import api as napi
class CreateWriteImage(napi.NukeWriteCreator):
identifier = "create_write_image"
label = "Create Write Image"
label = "Image (write)"
family = "image"
icon = "sign-out"

View file

@ -16,7 +16,7 @@ from openpype.hosts.nuke import api as napi
class CreateWritePrerender(napi.NukeWriteCreator):
identifier = "create_write_prerender"
label = "Create Write Prerender"
label = "Prerender (write)"
family = "prerender"
icon = "sign-out"

View file

@ -16,7 +16,7 @@ from openpype.hosts.nuke import api as napi
class CreateWriteRender(napi.NukeWriteCreator):
identifier = "create_write_render"
label = "Create Write Render"
label = "Render (write)"
family = "render"
icon = "sign-out"