ubisoft / shotmanager

Shot Manager is a Blender add-on that introduces a true shot entity in Blender scenes, as well as a wide and powerful set of tools to build and edit sequences in real-time directly in the 3D context.
GNU General Public License v3.0
201 stars 30 forks source link

Make ShotManager work on Blender 2.93 #1

Closed werwack closed 3 years ago

werwack commented 3 years ago

Blender 2.93 uses Python 3.9 and currently there is no wheel for OpentimelineIO available. ShotManager is then not able to load. Some changes in the code will be made soon to make ShotManager work on Blender 2.93 without OpentimelineIO in order to be able to use the add-on while the wheel is being created by the community.

werwack commented 3 years ago

Fixed on Shot Manager V1.5.65: Blender 2.93 is now supported but some features related to the use of EDLs have been disabled since there is no Python library for OpenTimelineIO available at the moment for Python 3.9. Still some work to come then ;)