FBX IO: Vertex position access with attributes #104647

Merged
Bastien Montagne merged 1 commits from Mysteryem/blender-addons:attribute_access_positions_pr into main 2023-06-26 17:42:49 +02:00
Member

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.

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

This PR depends on the base patch for adding attribute utility functions: #104645

This PR depends on the base patch for adding attribute utility functions: https://projects.blender.org/blender/blender-addons/pulls/104645
Thomas Barlow requested review from Bastien Montagne 2023-05-29 05:45:15 +02:00
Thomas Barlow force-pushed attribute_access_positions_pr from b3418423e1 to a5aec703de 2023-06-26 04:59:56 +02:00 Compare
Bastien Montagne force-pushed attribute_access_positions_pr from a5aec703de to 3a5ed488df 2023-06-26 15:31:16 +02:00 Compare
Bastien Montagne requested changes 2023-06-26 16:02:36 +02:00
Bastien Montagne left a comment
Owner

This one needs to be updated again it'd seem?

This one needs to be updated again it'd seem?
Thomas Barlow force-pushed attribute_access_positions_pr from 3a5ed488df to f41472bfcf 2023-06-26 17:01:33 +02:00 Compare
Author
Member

Yes, this and #104651 were going to slightly conflict with each other due to affecting the same area.

I've rebased this patch onto main.

Yes, this and https://projects.blender.org/blender/blender-addons/pulls/104651 were going to slightly conflict with each other due to affecting the same area. I've rebased this patch onto main.
Thomas Barlow requested review from Bastien Montagne 2023-06-26 17:02:36 +02:00
Bastien Montagne approved these changes 2023-06-26 17:42:36 +02:00
Bastien Montagne merged commit 39a012ca07 into main 2023-06-26 17:42:49 +02:00
Bastien Montagne deleted branch attribute_access_positions_pr 2023-06-26 17:42:50 +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#104647
No description provided.