Hi,
Does anyone know of a quick way to, starting from a N-gon polygon outline (not filled), to “gridify” it, i.e. to slash it using an orthogonal grid of a certain width? I am not worried if this grid is filled or just the edges.
Basically I would like a one click way to go from
+
/ \
+--+ \
| \
| +----+
| |
+---+ |
| |
+---------+
to
+
+ +
+-+++-++
| | | | +
+-+-+-+-+++-+-+
| | | | | | | |
+-+-+-+-+-+-+-+
| | | | | |
+-+-+-+-+-+
Please note that I am not after the Shift-F functionality, as this produces variable size tris. I really want an homogenous grid. Any way/scripts to do this?
Thanks in advance!