Nuke: rename still to image and change family

This commit is contained in:
Jakub Jezek 2022-10-08 21:52:16 +02:00
parent 173a531f5f
commit 5ba40a6052
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -14,10 +14,10 @@ from openpype.lib import (
from openpype.hosts.nuke import api as napi
class CreateWriteStill(napi.NukeWriteCreator):
identifier = "create_write_still"
label = "Create Write Still Frame"
family = "still"
class CreateWriteImage(napi.NukeWriteCreator):
identifier = "create_write_image"
label = "Create Write Image"
family = "image"
icon = "sign-out"
def get_pre_create_attr_defs(self):