mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #1170 from ynput/chore/1168-remove-deprecated-usage-of-thumb-nuke
remove usage of a deprecated tag: `thumb-nuke`
This commit is contained in:
commit
acf480856f
1 changed files with 1 additions and 2 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue