mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
adding nuke host into extract thumbnail plugin
This commit is contained in:
parent
619b4ccafc
commit
93b5a3941d
1 changed files with 10 additions and 3 deletions
|
|
@ -22,10 +22,17 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
"imagesequence", "render", "render2d", "prerender",
|
||||
"source", "clip", "take", "online", "image"
|
||||
]
|
||||
hosts = ["shell", "fusion", "resolve", "traypublisher", "substancepainter"]
|
||||
hosts = [
|
||||
"shell",
|
||||
"fusion",
|
||||
"resolve",
|
||||
"traypublisher",
|
||||
"substancepainter",
|
||||
"nuke",
|
||||
]
|
||||
enabled = False
|
||||
|
||||
# presetable attribute
|
||||
# presentable attribute
|
||||
ffmpeg_args = None
|
||||
|
||||
def process(self, instance):
|
||||
|
|
@ -220,7 +227,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
"Using only this representations for thumbnail creation. "
|
||||
)
|
||||
self.log.debug(
|
||||
"Representations: {}".format(pformat(need_thumb_repres))
|
||||
"Representations: {}".format(need_thumb_repres)
|
||||
)
|
||||
return need_thumb_repres
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue