mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
flame: solving issue with frame longer renders
This commit is contained in:
parent
ce250a6749
commit
ee274f81e3
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
# get frame range with handles for representation range
|
||||
frame_start_handle = frame_start - handle_start
|
||||
source_duration_handles = (
|
||||
source_end_handles - source_start_handles) + 1
|
||||
source_end_handles - source_start_handles)
|
||||
|
||||
# define in/out marks
|
||||
in_mark = (source_start_handles - source_first_frame) + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue