79816562

Date: 2025-11-11 11:19:07
Score: 1.5
Natty:
Report link

Few things that you could try:

  1. The Blender Python API provides access to the quadriflow_remesh function (Requires Blender, and a triangle mesh is needed as input)

  2. https://www.hellotriangle.io/ You will need to split your 2D polygon and create patches of quads between pairs of line segments using the connect() method.

  3. https://github.com/hjwdzh/QuadriFlow (Also requires a triangle mesh as input. Not a Python package, but you could run this as a subprocess)

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: MeshGeek