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

1 Commits

Author SHA1 Message Date
Thomas Barlow 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.
2023-03-22 04:23:01 +00:00