Merge branch 'develop' into 1171-ay-7562_allow-to-set-default-enabled-state-for-usd-contributions

This commit is contained in:
Roy Nieterau 2025-03-05 22:08:07 +01:00 committed by GitHub
commit 149256e503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -343,8 +343,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
# to be published locally
continue
valid = "review" in tags or "thumb-nuke" in tags
if not valid:
if "review" not in tags:
continue
if not repre.get("files"):