allow thumbnails from single frame renders

This commit is contained in:
Ondřej Samohel 2020-08-20 13:22:17 +02:00
parent 016ef408ac
commit 7868d8e016
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -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]