FBX IO: Vertex position access with attributes
commit39a012ca074e6ea051c51f0cfc7bb24d6b46e505
authorThomas Barlow <github@mysterymayhem.co.uk>
Wed, 26 Apr 2023 21:53:13 +0000 (26 22:53 +0100)
committerGitea <gitea@fake.local>
Mon, 26 Jun 2023 15:42:47 +0000 (26 17:42 +0200)
treeafa6b1da75cffcb787515e96c874404df1d75599
parenteb2bfdcaf1a1b8330dc375316f3ef941a1a4fc67
FBX IO: Vertex position access with attributes

Blender 3.5 moved vertex positions to a generic attribute. 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 "position" attribute.

This patch makes no changes to the import or export of FBX files.

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104647
io_scene_fbx/export_fbx_bin.py
io_scene_fbx/import_fbx.py