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