Created by: vicdoval
Faster implementation of the box node, Old: create a cube and bisect it New: creates 6 planes, and remove doubles.
For 50x50x50 is over 3 times faster. For 100x100x100 is over 6 times faster
Added vectorization, list matching modes, origin selection and a Matrix input.
Also a simplify property to join the boxes, flat the output or leave at multi-object level
-
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.