install_module plugins properly
parent
dad1d92e19
commit
671b2eeb4e
|
@ -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)
|
||||
|
|
|
@ -326,7 +326,7 @@ def render_strip(strip, output, attributes=None):
|
|||
|
||||
def import_edit(filepath, adapter="cmx_3600", channel='Shots', match_by='name'):
|
||||
opentimelineio = install_module('opentimelineio')
|
||||
opentimelineio = install_module('opentimelineio-plugins')
|
||||
install_module('opentimelineio', package_name='opentimelineio-plugins')
|
||||
|
||||
from opentimelineio.schema import Clip
|
||||
|
||||
|
|
Loading…
Reference in New Issue