This feature would automatically generate a quad mesh using the [[ https://github.com/hjwdzh/QuadriFlow | Quadriflow ]] library. As opposed to {T67510}, this would generate meshes with higher quality topology and edge loops aligned to features. It is implemented in the sculpt branch.
This would add Remeshing panel in the mesh properties, with some remeshing parameters stored on the mesh and an operator to execute the remeshing.
* Build system integration: as a library dependency or in extern/? If the code is small enough then extern/ seems preferable, since this library is unlikely to maintained as a Linux package, and we may need to do our own changes to the code.
* Remeshing can take minutes, is cancelling and progress indication possible?
* Add regression test.