mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/pipeline/editorial.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
201c91a28b
commit
885f8acd2b
1 changed files with 2 additions and 2 deletions
|
|
@ -277,8 +277,8 @@ def get_media_range_with_retimes(otio_clip, handle_start, handle_end):
|
|||
# to frame numbers from source sequence.
|
||||
media_ref = otio_clip.media_reference
|
||||
is_input_sequence = (
|
||||
hasattr(otio.schema, "ImageSequenceReference") and
|
||||
isinstance(media_ref, otio.schema.ImageSequenceReference)
|
||||
hasattr(otio.schema, "ImageSequenceReference")
|
||||
and isinstance(media_ref, otio.schema.ImageSequenceReference)
|
||||
)
|
||||
|
||||
if is_input_sequence:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue