This commit is contained in:
jrsndlr 2021-09-08 17:40:58 +02:00
parent 25a7c5d0f0
commit 17fd666a49

View file

@ -127,7 +127,7 @@ class ExtractThumbnail(openpype.api.Extractor):
first_frame = int(last_frame) / 2
last_frame = int(last_frame) / 2
mid_frame = int((int(last_frame) - int(first_frame)) / 2) \
+ int(first_frame)
+ int(first_frame)
repre = {
'name': name,