AutoRemesher Final Goes MIT

AutoRemesher reaches its final release under MIT, adding target quads, CLI operation and builds for Windows, macOS and Linux.
A 3D wireframe model of a fantastical creature, showcasing intricate details with a mesh-like surface. It features a dragon-like head, spiky protrusions on its back, and clawed feet. The model is displayed against a dark background, highlighting its structural complexity.
Screenshot

For those who don’t know the tool: AutoRemesher is a standalone automatic quad-remeshing tool linked to the Dust3D ecosystem by Jeremy Hu. It sits before UVs, rigging, baking and DCC cleanup, converting dense OBJ meshes into quad-based topology for asset workflows.

Final release, new license

AutoRemesher has reached version 1.0.0, its first “final” release after earlier alpha and beta builds. The release switches the project from GPLv3 to the MIT License after reimplementing MIT-incompatible dependencies. The license change is an important detail. The repository license permits use, copying, modification, merging, publishing, distribution, sublicensing, and sale of the software, with the MIT copyright and permission notice retained in all copies. Usual legal caveat applies: open source is still not a substitute for someone in the building reading the license.

https://user-images.githubusercontent.com/3941597/93143111-6e536b00-f726-11ea-994e-660e88bd90f3.png

What the tool does

The application converts high-polygon meshes into quad-based topology. The project is built on Geogram, libigl, isotropicremesher and other libraries. The final release improves the parameterizer, isotropic remesher and quad extraction algorithms. It also adds adaptivity, sharp-edge and smooth-normal parameters, and replaces the older density setting with target-quads control. That is a saner fit for retopology work, where artists usually start with a mesh budget rather than a vague density wish.

Basic usage

AutoRemesher can be used either through its desktop interface or from the command line. For the GUI workflow, download the correct package for Windows, macOS or Linux, launch the application, load an OBJ mesh, set the target number of quads and adjust parameters such as adaptivity, sharp-edge handling and smooth-normal angle where needed. The target-quads setting is the main production control, since it defines the approximate mesh budget for the generated quad topology.

For batch work or pipeline tests, AutoRemesher 1.0.0 adds CLI operation. A basic command takes an input OBJ and writes an output OBJ, for example autoremesher --input source.obj --output remeshed.obj --target-quads 20000. Optional flags include --report for writing a statistics file, plus --edge-scaling, --sharp-edge, --smooth-normal and --adaptivity for controlling the remeshing result. As usual with automatic retopology, inspect the output before UVs, rigging, baking or production use.

The report option writes stats to a text file, including target quads, edge scaling, sharp-edge degrees, smooth-normal degrees, adaptivity, resulting quads, non-quads, vertices and total time. That is useful for pipeline tests, asset comparisons and those lovely moments when “it looks cleaner” needs numbers.

Installation

Prebuilt packages are available for Windows, macOS and Linux. Windows users download the autoremesher-<version>-win32-x86_64.zip package, extract it and run autoremesher.exe.

On macOS, the release is supplied as a DMG. The project notes that first launch can be blocked by Apple security checks, with the app allowed through System Preferences or System Settings under Security and Privacy. Yes, the usual unsigned-tool ritual.

Linux users download the AppImage, make it executable with chmod a+x ./autoremesher-<version>.AppImage, then run it with ./autoremesher-<version>.AppImage.

https://user-images.githubusercontent.com/3941597/94336499-d2c5d280-0022-11eb-8d83-236373ff3b66.png



https://github.com/huxingyi/autoremesher
https://github.com/huxingyi/autoremesher/releases/tag/1.0.0

ttps://dust3d.org/