Add editorial_pkg product type to thumbnail extractor - #1860
Merged
BigRoy merged 2 commits intoJun 1, 2026
Merged
Conversation
editorial_pkg product type to thumbnail extractor
jakubjezek001
marked this pull request as ready for review
May 26, 2026 12:58
BigRoy
reviewed
May 26, 2026
BigRoy
left a comment
Member
There was a problem hiding this comment.
Change seems fine to me, but I'd rather look at whether we can just improve this logic so that it's the go-to way to make thumbnails everywhere?
…kage-lacking-thumbnail-for-ftrack
Member
Author
|
Client was testing it as all was working fine for him https://discord.com/channels/517362899170230292/1106170815873024030/1509165990850723933 |
BigRoy
deleted the
enhancement/YN-0626-resolve-editorial-package-lacking-thumbnail-for-ftrack
branch
June 1, 2026 09:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
editorial_pkgwas missing from the supportedfamiliesin theExtractThumbnailplugin, causing editorial package products to never generate thumbnails.Additional info
Single-line change in
client/ayon_core/plugins/publish/extract_thumbnail.py—"editorial_pkg"appended to thefamilieslist of theExtractThumbnailpyblish plugin.Testing notes:
editorial_pkginstances).Dependency
Close #1859
YN-0626