mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge branch 'develop' into 1171-ay-7562_allow-to-set-default-enabled-state-for-usd-contributions
This commit is contained in:
commit
149256e503
1 changed files with 1 additions and 2 deletions
|
|
@ -343,8 +343,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
||||||
# to be published locally
|
# to be published locally
|
||||||
continue
|
continue
|
||||||
|
|
||||||
valid = "review" in tags or "thumb-nuke" in tags
|
if "review" not in tags:
|
||||||
if not valid:
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if not repre.get("files"):
|
if not repre.get("files"):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue