Polygonizer

Restore polygons modifier. Purpose of of this modifier is in creating polygons from triangles. For instance, 3d box is made of 12 triangles, will be converted to box made of 6 quads.

Before

After

Properties of Polygonizer

Angle Threshold Angle between polygon normals. If less than specified amount, triangles may be joined into polygon.
Maximum Polygon Size Maximum number of points in polygon.
Allow Holes If checked, holes will be detected and placed into polygons.
Enabled Enable or disable modifier. When disabled, it works like regular group.

Setting high number of points along with holes, may cause to malfunction of internal algorithms. Try to reduce Maximum Polygon Size or/and disable holes.

See Also

In this article