mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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.
|
# to frame numbers from source sequence.
|
||||||
media_ref = otio_clip.media_reference
|
media_ref = otio_clip.media_reference
|
||||||
is_input_sequence = (
|
is_input_sequence = (
|
||||||
hasattr(otio.schema, "ImageSequenceReference") and
|
hasattr(otio.schema, "ImageSequenceReference")
|
||||||
isinstance(media_ref, otio.schema.ImageSequenceReference)
|
and isinstance(media_ref, otio.schema.ImageSequenceReference)
|
||||||
)
|
)
|
||||||
|
|
||||||
if is_input_sequence:
|
if is_input_sequence:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue