mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
d899f11b67
commit
ac226a360a
1 changed files with 2 additions and 2 deletions
|
|
@ -256,8 +256,8 @@ def get_media_range_with_retimes(otio_clip, handle_start, handle_end):
|
|||
|
||||
source_in = source_range.start_time.value
|
||||
|
||||
media_in_trimmed = (source_in + offset_in)
|
||||
media_out_trimmed = ( media_in_trimmed + (
|
||||
media_in_trimmed = source_in + offset_in
|
||||
media_out_trimmed = (media_in_trimmed + (
|
||||
((source_range.duration.value - 1) * abs(
|
||||
time_scalar)) + offset_out))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue