Created by: portnov
This node provides a new "Dual mesh" node.
Dual mesh is defined as a mesh which has vertices at center of each face of source mesh; edges of the dual mesh connect the vertices, which correspond to faces of original mesh with common edge. This node may be useful to convert the mesh consisting of Tris to mesh consisting to NGons, or backwards.
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.