mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Update openpype/hosts/resolve/api/lib.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
9e61d7e371
commit
3bbc3d0489
1 changed files with 4 additions and 4 deletions
|
|
@ -251,10 +251,10 @@ def get_media_pool_item(filepath, root: object = None) -> object:
|
|||
|
||||
def create_timeline_item(
|
||||
media_pool_item: object,
|
||||
source_start: int,
|
||||
source_end: int,
|
||||
timeline_in: int,
|
||||
timeline: object = None
|
||||
timeline: object = None,
|
||||
timeline_in: int = None,
|
||||
source_start: int = None,
|
||||
source_end: int = None,
|
||||
) -> object:
|
||||
"""
|
||||
Add media pool item to current or defined timeline.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue