Skip to content

Bugfix: import otio 0.11.0

Tristan Le Granché requested to merge strangenoise/stax:bug_fix_sp into develop
  • Specify the imported version of otio to be 0.11.0
  • OTIO 0.12.0 needs CMake to be installed which is not installed in Blender 2.81
  • Change the import order in init.py to import/install otio before Stax's files to avoid errors as otio is needed in some of these files.
  • OTIO is still imported at the user level, the python level can't be used as Blender don't give us the rights to write into it.

related #38 (closed)

Merge request reports