Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
do not use thumbnailSource for integration (#6063)
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Dec 19, 2023
1 parent dc9c8f0 commit 4db853e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions openpype/plugins/publish/integrate_thumbnail_ayon.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,8 @@ def _prepare_instances(self, context):
continue

# Find thumbnail path on instance
thumbnail_source = instance.data.get("thumbnailSource")
thumbnail_path = instance.data.get("thumbnailPath")
thumbnail_path = (
thumbnail_source
or thumbnail_path
instance.data.get("thumbnailPath")
or self._get_instance_thumbnail_path(published_repres)
)
if thumbnail_path:
Expand Down

0 comments on commit 4db853e

Please sign in to comment.