Merge branch 'develop' into enhancement/project_root_folders_support_list_of_str_for_leaf_folders

This commit is contained in:
Roy Nieterau 2025-03-05 14:44:03 +01:00 committed by GitHub
commit 5d044cdebb
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"):