mrwonko / Blender-Jedi-Academy-Tools

Blender Importer and Exporter for the Ghoul2 model/animation format (.gla/.glm) by Raven Software, created with Jedi Knight: Jedi Academy in mind.
14 stars 5 forks source link

breaking changes in Blender 4.1 #47

Closed mrwonko closed 4 months ago

mrwonko commented 5 months ago

I have been warned that Blender 4.1 will change the APIs for model data again, requiring adjustments.

pretty sure that 4.1 support is as easy as removing/guarding two things

mesh.use_auto_smooth = .....
mesh.calc_normals_split()

at least thats all I had to do

SomaZ

mrwonko commented 4 months ago

Fixed in 9cad90e