mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix thumbnail extraction
This commit is contained in:
parent
f59e403a3d
commit
741eab7140
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue