fix(resolve): clip was not added to track

This commit is contained in:
Jakub Jezek 2020-12-03 18:19:53 +01:00
parent adcbf74f54
commit 027f19f9f6
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -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)