Closed Novelyst closed 7 months ago
I'll check it out. Freakin' A, I wish Blender would at least preserve backwards compatibility in minor version updates.
Tested import and export with no issues and looked at the 4.1 fixes. Everything looks fine to me, so I'm closing this now. Thank you!
Because of the changes found here, mesh import and export do not work in 4.1. Specifically, Mesh.use_autosmooth has been removed and this affects the import process. I think line 313 in __init_\,
the_mesh.use_auto_smooth = True
can just be removed/put into a try/except. The other removed feature, Mesh.calc_normalssplit(), is used three times, once in __init_\ and twice in tests. I think the one in init can be moved the thetry:
above it. For the tests, I'm not familiar with their purposes so I've set them to FALSE for now for myself. Import and Export seem to work.