mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
feat(global, resolve): otio publishing wip
This commit is contained in:
parent
f7f7b657bb
commit
eeeef0d33d
5 changed files with 63 additions and 40 deletions
|
|
@ -47,7 +47,7 @@ from .ffmpeg_utils import (
|
|||
)
|
||||
|
||||
from .editorial import (
|
||||
is_overlapping,
|
||||
is_overlapping_otio_ranges,
|
||||
convert_otio_range_to_frame_range
|
||||
)
|
||||
|
||||
|
|
@ -88,6 +88,6 @@ __all__ = [
|
|||
"source_hash",
|
||||
"_subprocess",
|
||||
|
||||
"is_overlapping",
|
||||
"is_overlapping_otio_ranges",
|
||||
"convert_otio_range_to_frame_range"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue