Created by: portnov
This adds the following:
- "FaceRecptIdx" output contains, for each output face, the index of recipient object face, which was used to make this face.
- "VertRecptIdx" output contains, for each output vertex, the index of recipient object vertex, which was used to make this vertex.
- "Remove doubles" checkbox and "Threshold" parameter/input, to integrate "remove doubles" / "merge by distance" functionality into this node, as it is required very often.
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.