Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
add 'outputName' to thumbnail representation (#6114)
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT authored Jan 12, 2024
1 parent f88ab85 commit 946b931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openpype/plugins/publish/extract_thumbnail_from_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def process(self, instance):
"files": dst_filename,
"stagingDir": dst_staging,
"thumbnail": True,
"tags": ["thumbnail"]
"tags": ["thumbnail"],
"outputName": "thumbnail",
}

# adding representation
Expand Down

0 comments on commit 946b931

Please sign in to comment.