io_scene_lithtech icon indicating copy to clipboard operation
io_scene_lithtech copied to clipboard

Fixed custom normals for Blender 4.1 and above

Open Psycrow101 opened this issue 1 year ago • 1 comments

Attribute normal from MeshLoop is read-only since Blender 4.1. Assigning a value directly causes runtime errors. Using normals_split_custom_set is a universal solution for Blender both modern and older versions, including 2.8.

Psycrow101 avatar Feb 10 '25 20:02 Psycrow101

Thanks! I've applied it to my repository https://github.com/MelissaAutumn/io_scene_lithtech/commits/master/.

MelissaAutumn avatar Apr 21 '25 18:04 MelissaAutumn