install_module plugins properly

This commit is contained in:
2025-01-23 20:11:13 +01:00
parent dad1d92e19
commit 671b2eeb4e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ class VSETB_OT_export_edl(Operator):
def execute(self, context):
opentimelineio = install_module('opentimelineio')
opentimelineio = install_module('opentimelineio-plugins')
install_module('opentimelineio', package_name='opentimelineio-plugins')
from opentimelineio.schema import (Clip, Timeline, Track, ExternalReference)
from opentimelineio.opentime import (RationalTime, TimeRange)