mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
style
This commit is contained in:
parent
25a7c5d0f0
commit
17fd666a49
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue