mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-3938 - added outputName to thumbnail representation
In case of integrating thumbnail, 'outputName' value will be used in templeate as {output} placeholder.
Without it integrated thumbnail would overwrite integrated review high res file.
This commit is contained in:
parent
15874c660f
commit
1bc7fbf1e1
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ class ExtractReview(publish.Extractor):
|
|||
instance.data["representations"].append({
|
||||
"name": "thumbnail",
|
||||
"ext": "jpg",
|
||||
"outputName": "thumb",
|
||||
"files": os.path.basename(thumbnail_path),
|
||||
"stagingDir": staging_dir,
|
||||
"tags": ["thumbnail", "delete"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue