flame: solving issue with frame longer renders

This commit is contained in:
Jakub Jezek 2022-05-12 15:12:03 +02:00
parent ce250a6749
commit ee274f81e3
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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