mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use extension from thumbnail path in maya
This commit is contained in:
parent
e91c46ad83
commit
4cfdd079b7
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class ExtractThumbnail(publish.Extractor):
|
|||
|
||||
representation = {
|
||||
"name": "thumbnail",
|
||||
"ext": "jpg",
|
||||
"ext": os.path.splitext(thumbnail)[1].lstrip("."),
|
||||
"files": thumbnail,
|
||||
"stagingDir": dst_staging,
|
||||
"thumbnail": True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue