From dad1d92e1962cd0099e30086738fe7f45e3e929c Mon Sep 17 00:00:00 2001 From: "christophe.seux" Date: Thu, 23 Jan 2025 19:58:51 +0100 Subject: [PATCH] install plugins at import edit --- sequencer_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sequencer_utils.py b/sequencer_utils.py index f6ddc5b..2720ee0 100644 --- a/sequencer_utils.py +++ b/sequencer_utils.py @@ -326,6 +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') from opentimelineio.schema import Clip