Created by: vicdoval
New Subdivide to quads node. Numpy implementation with similar performance to the actual subdivide node (in some case 1.5x faster in others 1.5x slower) but a with a different set of options.
Vert Map: List of integers that allow splitting the created vertices by when they where created.
Vert Data Dict and Face Data Dict, inputs and outputs: Allow spreading parameters along the new created geometry.
Interpolated In the case of the Vert Data and copied in the case of the Face Data.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
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.