Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.13 KB

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/4.2/python/bin/python3.11 -m pip install pulp
  • on Windows
"C:\Program Files\Blender Foundation\Blender 4.2\4.2\python\bin\python" -m pip install pulp
or
"C:\Program Files\Blender Foundation\Blender 4.2\4.2\python\Scripts\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