mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Nuke: rename still to image and change family
This commit is contained in:
parent
173a531f5f
commit
5ba40a6052
1 changed files with 4 additions and 4 deletions
|
|
@ -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):
|
||||
Loading…
Add table
Add a link
Reference in a new issue