/Tris-Quads-Ex

Using mathematical optimization, tris to quads.

Primary LanguagePythonApache License 2.0Apache-2.0

Blender Add-on: Tris-Quads-Ex

Using mathematical optimization, tris to quads.

Installation

install PuLP

This add-on needs PuLP.

  • on macOS
/Applications/Blender.app/Contents/Resources/3.6/python/bin/python3.10 -m pip install pulp
  • on Windows
"C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\bin\python" -m pip install pulp

Usage

  • Select an object.
  • Turn to the edit mode.
  • Select the edges.
  • Select "Tris to Quads Ex" of the face menu.

Triangular faces are converted to square faces as possible.

Introductory Article