Created by: vicdoval
Addressed problem description
As stated in the PR #2246 The hexaGrid node is great working with hexagons but does not handle any other polygon.
Solution description
I expanded the node so it can work also with triangles and squares. Also added: Possibility to define polygon by radius or side length. A smart Remove Doubles (when scale is 1 and "separate is unchecked) List handling. Now if you click "separate" you will get the unpacked polygons unless you are creating many grids simultaneously.
HexaGrid Mk1 was moved to old_nodes and a right-click link has been added to it in orther to be replaced in old layouts by the new node
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.