Fix thumbnail extraction

This commit is contained in:
Toke Stuart Jepsen 2024-01-23 17:37:53 +00:00
parent f59e403a3d
commit 741eab7140

View file

@ -231,7 +231,10 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
"files": jpeg_file,
"stagingDir": dst_staging,
"thumbnail": True,
"tags": new_repre_tags
"tags": new_repre_tags,
# If source image is jpg then there can be clash when
# integrating to making the output name explicit.
"outputName": "thumbnail"
}
# adding representation