mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
allow thumbnails from single frame renders
This commit is contained in:
parent
016ef408ac
commit
7868d8e016
1 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ class ExtractJpegEXR(pyblish.api.InstancePlugin):
|
|||
continue
|
||||
|
||||
if not isinstance(repre['files'], (list, tuple)):
|
||||
continue
|
||||
input_file = repre['files']
|
||||
else:
|
||||
input_file = repre['files'][0]
|
||||
|
||||
stagingdir = os.path.normpath(repre.get("stagingDir"))
|
||||
input_file = repre['files'][0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue