install_module plugins properly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user