Closed edbefee3-3888-462a-9411-741b7e9eb54e closed 1 month ago
simply removing that line seems to fix the issue
kinda took a while, but yeah, that call first turned useless, then got removed from the API altogether. the latest commit should take care of this thanks for spotting all this!
when importing any mesh, the following error is given:
ERROR bpy.ops.import_mesh.bmd.main Normals weren't set (error is 'Mesh' object has no attribute 'create_normals_split') (x1)
this is due to differences in the 3.6+ API, wherecreate_normals_split
has been replaced deprecated in favor ofMesh.corner_normals