FBX IO: Vertex normals access with new vertex_normals property #104651

Merged
Bastien Montagne merged 1 commits from Mysteryem/blender-addons:fbx_update_vertex_normals_api_pr into main 2023-06-26 15:36:58 +02:00

1 Commits

Author SHA1 Message Date
Thomas Barlow d7d6220845 FBX IO: Vertex normals access with new `vertex_normals` property
Blender 3.1 moved vertex normals to a separate array. The old API still
works for now, but is slower and may be removed in 4.0, so this patch
updates FBX IO to use the new `vertex_normals` property.

This patch makes no changes to the import or export of FBX files.
2023-06-26 15:31:41 +02:00