remove usage of a deprecated tag: thumb-nuke

This commit is contained in:
MustafaJafar 2025-03-04 20:15:25 +02:00
parent 5dde20b258
commit 8bf17b8e52

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"):