mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge branch 'bugfix/YN-0273_big_resolution_thumbnail_ftrack' of https://github.com/ynput/ayon-core into bugfix/YN-0273_big_resolution_thumbnail_ftrack
This commit is contained in:
commit
6ec302d01b
1 changed files with 1 additions and 2 deletions
|
|
@ -222,8 +222,7 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
|
|||
self,
|
||||
context: pyblish.api.Context,
|
||||
):
|
||||
hasContextThumbnail = "thumbnailPath" in context.data
|
||||
if hasContextThumbnail:
|
||||
if "thumbnailPath" in context.data:
|
||||
return
|
||||
|
||||
thumbnail_source = context.data.get("thumbnailSource")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue