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
Member

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.

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.
Author
Member

This PR will likely have a merge conflict with #104647 due to affecting the same area. However, due to the simplicity of this patch, it should be simple to resolve.

This PR will likely have a merge conflict with https://projects.blender.org/blender/blender-addons/pulls/104647 due to affecting the same area. However, due to the simplicity of this patch, it should be simple to resolve.
Thomas Barlow requested review from Bastien Montagne 2023-05-29 05:46:10 +02:00
Thomas Barlow force-pushed fbx_update_vertex_normals_api_pr from 4277e28e9f to 521d48549d 2023-06-26 05:00:44 +02:00 Compare
Bastien Montagne force-pushed fbx_update_vertex_normals_api_pr from 521d48549d to d7d6220845 2023-06-26 15:31:45 +02:00 Compare
Bastien Montagne approved these changes 2023-06-26 15:36:48 +02:00
Bastien Montagne merged commit 5d72f0e881 into main 2023-06-26 15:36:58 +02:00
Bastien Montagne deleted branch fbx_update_vertex_normals_api_pr 2023-06-26 15:36:59 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104651
No description provided.