add thumbnal if there are not reviewables

This commit is contained in:
Jakub Trllo 2022-10-26 11:37:53 +02:00
parent c90e8fed53
commit 82ded66bd6

View file

@ -151,7 +151,7 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
first_thumbnail_component = None
first_thumbnail_component_repre = None
if has_movie_review:
if not review_representations or has_movie_review:
for repre in thumbnail_representations:
repre_path = self._get_repre_path(instance, repre, False)
if not repre_path: