mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add thumbnal if there are not reviewables
This commit is contained in:
parent
c90e8fed53
commit
82ded66bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue