nuke: adding still render family workflow

This commit is contained in:
Jakub Jezek 2021-09-23 14:54:48 +02:00
parent 0b7ae4f735
commit a403e4afdf
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
8 changed files with 218 additions and 16 deletions

View file

@ -12,8 +12,8 @@ from openpype.hosts.nuke.api.lib import (
class LoadImage(api.Loader):
"""Load still image into Nuke"""
families = ["render", "source", "plate", "review", "image"]
representations = ["exr", "dpx", "jpg", "jpeg", "png", "psd"]
families = ["render", "source", "plate", "review", "image", "still"]
representations = ["exr", "dpx", "jpg", "jpeg", "png", "psd", "tiff"]
label = "Load Image"
order = -10