install_module plugins properly

master
christophe.seux 2025-01-23 20:11:13 +01:00
parent dad1d92e19
commit 671b2eeb4e
2 changed files with 2 additions and 2 deletions

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)

View File

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