mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix(resolve): clip was not added to track
This commit is contained in:
parent
adcbf74f54
commit
027f19f9f6
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ def get_otio_clip_instance_data(track_item_data):
|
|||
|
||||
# create otio clip and add it to track
|
||||
otio_clip = create_otio_clip(track_item)
|
||||
otio_track.append(otio_clip)
|
||||
|
||||
# add track to otio timeline
|
||||
otio_timeline.tracks.append(otio_track)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue