mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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,
|
"files": jpeg_file,
|
||||||
"stagingDir": dst_staging,
|
"stagingDir": dst_staging,
|
||||||
"thumbnail": True,
|
"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
|
# adding representation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue