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 29 forks source link

Shot manager for Blender 3.1 #22

Closed sgodanas closed 2 years ago

sgodanas commented 2 years ago

Is your feature request related to a problem? Please describe. Blender 3.1 (releasing in March) is switching to Python 3.10.2. Will the add-on be able be compatible (because of the dependency on OTIO)?

Thank you, Satish.

werwack commented 2 years ago

Hi Satish, I check that tomorrow. Thanks for rising the point.

sgodanas commented 2 years ago

No problems. Thank you for looking into it.

werwack commented 2 years ago

Hi @sgodanas, I am still working on the support of OpenTimelineIO and Python 3.10. Not so easy. Idealy this should leads to a wheel officialy provided by the OTIO team, but we are not there yet. In the mean time the current version is working on Blender 3.1, except for the OTIO imports.

sgodanas commented 2 years ago

Hi @werwack. Thank you for the update. Will install the addon for 3.1 and start using it.

werwack commented 2 years ago

Hi @sgodanas, Here it is, at last! Support for Blender 3.1! With OpenTimelineIO and all! Sorry for the delay, getting the OpenTimelineIO wheels for Python 3.10 was a bit of a challenge for me 😅 So here is Shot Manager v1.7.16. Can you give it a try and let me know if you face some issue? Thank you