mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flame: addressing pr comment
This commit is contained in:
parent
dbf212f299
commit
05cc463ed9
1 changed files with 2 additions and 2 deletions
|
|
@ -236,8 +236,8 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
|
||||
# define kwargs based on preset type
|
||||
if "thumbnail" in unique_name:
|
||||
export_kwargs["thumb_frame_number"] = in_mark + (
|
||||
source_duration_handles / 2)
|
||||
export_kwargs["thumb_frame_number"] = int(in_mark + (
|
||||
source_duration_handles / 2))
|
||||
else:
|
||||
export_kwargs.update({
|
||||
"in_mark": in_mark,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue