Created by: vicdoval
Upgrades: NumPy implementation of Surface mode:
- Boost from 2x to 10x
- output_numpy property.
- even better performance when inputting numpy arrays
Old implementation left in case someone needs the exact output as before the upgrade. (also with some performance fixes)
All Triangles
property to avoid triangulation if not needed. Boost Surface and Volume modes.
Safe check
property in Volume to avoid Blender from crashing with bad inputs.
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.