pass thumbnail def to _create_colorspace_thumbnail

This commit is contained in:
Jakub Trllo 2025-12-17 14:32:11 +01:00
parent 9668623005
commit 3fe508e773

View file

@ -259,7 +259,8 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
repre_thumb_created = self._create_colorspace_thumbnail( repre_thumb_created = self._create_colorspace_thumbnail(
full_input_path, full_input_path,
full_output_path, full_output_path,
colorspace_data colorspace_data,
thumbnail_def,
) )
# Try to use FFMPEG if OIIO is not supported or for cases when # Try to use FFMPEG if OIIO is not supported or for cases when