This commit is contained in:
Jakub Jezek 2023-11-21 15:41:21 +01:00
parent 7aacc4f0ec
commit f435408018
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -206,7 +206,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
# This is mainly for Nuke where we have multiple representations for
# one instance. We want to use only one representation for thumbnail
# first check if any of the representations have
# `need-thumbnail` in tags and add them to filtered_repres
# `need_thumbnail` in tags and add them to filtered_repres
need_thumb_repres = [
repre for repre in src_repres
if "need_thumbnail" in repre.get("tags", [])