fix otio, remove double clips

This commit is contained in:
2025-01-23 19:49:28 +01:00
parent 17f3e0c71b
commit 84a5b93387
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -217,6 +217,7 @@ class VSETB_OT_export_edl(Operator):
def execute(self, context):
opentimelineio = install_module('opentimelineio')
opentimelineio = install_module('opentimelineio-plugins')
from opentimelineio.schema import (Clip, Timeline, Track, ExternalReference)
from opentimelineio.opentime import (RationalTime, TimeRange)