FBX Import: Base patch for numpy and foreach_set speedup #104499

Merged
Bastien Montagne merged 1 commits from Mysteryem/blender-addons:fbx_import_numpy_foreach_base_pr into main 2023-04-03 14:40:58 +02:00
Member

This is a base patch that the other separate numpy and foreach_set patches to the FBX importer rely on.

Add imports used by the other patches.
Add utility function for converting Python arrays to numpy ndarrays that share the same memory.

This is a base patch that the other separate numpy and foreach_set patches to the FBX importer rely on. Add imports used by the other patches. Add utility function for converting Python arrays to numpy ndarrays that share the same memory.
Thomas Barlow added 1 commit 2023-03-22 05:42:23 +01:00
9aa3414567 FBX Import: Base patch for numpy and foreach_set speedup
This is a base patch that the other separate numpy and foreach_set patches to the FBX importer rely on.

Add imports used by the other patches.
Add utility function for converting Python arrays to numpy ndarrays that share the same memory.
Thomas Barlow requested review from Bastien Montagne 2023-03-22 05:42:35 +01:00
Bastien Montagne approved these changes 2023-04-03 14:40:27 +02:00
Bastien Montagne merged commit 47da0ad56b into main 2023-04-03 14:40:58 +02:00
Bastien Montagne deleted branch fbx_import_numpy_foreach_base_pr 2023-04-03 14:40: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#104499
No description provided.