AutoRemesher
Introduction​
AutoRemesher is a free, open-source (MIT) cross-platform automatic quad remeshing tool created by huxingyi — the developer behind Dust3D. It converts high-polygon meshes into clean quad-based topology, making it ideal for retopology workflows, game assets, and 3D printing preparation.
AutoRemesher ships as a standalone application for Windows, macOS, and Linux, and can also be integrated into Blender via a community-built bridge addon.
One-Click Remeshing
Open a model and AutoRemesher processes it automatically — no manual setup required.
Clean Quad Topology
Converts high-poly meshes into clean, quad-dominated topology ideal for animation and subdivision.
Download & Links
What is AutoRemesher?​
AutoRemesher is an automatic quad remeshing tool that converts high-polygon 3D meshes into clean, quad-based topology. It is built on top of state-of-the-art geometry processing libraries including Geogram, libigl, OpenVDB, and CGAL.
It is useful for:
- Quick retopology of scanned or high-poly meshes
- Creating animation-ready quad topology
- Preparing models for subdivision or 3D printing
- Game asset optimization
AutoRemesher is primarily a standalone application. A community Blender bridge addon by Nicolas-Constanty embeds the AutoRemesher engine directly into Blender as a compiled addon (Windows 10 x64 only).
Installation​
Standalone Application​
Windows​
Download autoremesher-<version>-win32-x86_64.zip from releases, extract it and run autoremesher.exe.
macOS​
Download autoremesher-<version>.dmg from releases.
Note: The first time macOS may block the app. Go to System Preferences > Security & Privacy > General and click the button to allow it.
Linux​
Download autoremesher-<version>.AppImage from releases.
chmod a+x ./autoremesher-<version>.AppImage
./autoremesher-<version>.AppImage
Blender Bridge Addon​
The community addon AutoRemesher-Blender integrates AutoRemesher as a compiled Blender addon:
- Download
mesh_autoremesher.zipfrom the releases page - In Blender: Edit > Preferences > Add-ons > Install
- Select the
.zipfile (do not extract it) - Enable the addon by checking the box
The Blender bridge addon currently supports Windows 10 x64 only.
Workflow​
1. Open a Model​
Click Open and load an OBJ file. AutoRemesher automatically processes the mesh on import.
2. Tune Parameters​
| Parameter | Description |
|---|---|
| Target Quads | Sets the target number of quads for the output mesh (replaced the older Density parameter) |
| Adaptivity | Controls how closely the remesh follows the original shape |
| Sharp Edge | Preserves sharp creases and hard edges |
| Smooth Normal | Applies smooth normals for low-poly output |
| Edge Scaling | Adjusts edge density distribution for low-poly generation |
| Constrained | Better edge flow with less distortion (alpha versions) |
3. Export​
Click Save to export the remeshed model as an OBJ file. Import into any DCC tool for further work.
Navigation in AutoRemesher​
- Alt + Left Mouse: Orbit
- Mouse Wheel: Zoom
- Shift + Middle Mouse: Pan
Blender QuadriFlow Comparison​
AutoRemesher offers several advantages over Blender's built-in QuadriFlow remesher:
| Aspect | AutoRemesher | Blender QuadriFlow |
|---|---|---|
| Speed | Generally faster | Slower on complex meshes |
| Target Accuracy | Uses what's needed (~60% of target) | Forces exact target count |
| Detail Retention | Strong with low target counts | Requires higher targets for same detail |
| Integration | Standalone app + bridge addon | Native Blender |
Changelog Summary​
1.0.0 (Latest)​
- Relicensed from GPLv3 to MIT
- Improved parameterizer, isotropic remesher, and quad extraction algorithms
- Added Adaptivity, Sharp Edge, Smooth Normal parameters
- Replaced Density with Target Quads parameter
- Added command-line interface
- Refined UI theme and widgets
Versions 1.0.0-beta.1 through 1.0.0-beta.3​
- Remesh isolated meshes separately
- Improved quad extractor and edge scaling
- Fixed holes and added density setting
- Replaced MIQ with QuadCover
- Added OpenVDB for uniform remeshing
1.0.0-alpha.3 through 1.0.0-alpha.4​
- Added constrained option for better edge flow
- Support for meshes with holes
- Faster processing on complex meshes
- Debug dialog
Tips and Best Practices​
- Start with a reasonable target: 10-50K quads works well for most organic models
- Use Sharp Edge for hard-surface: This preserves creases and hard edges better
- Export as OBJ: AutoRemesher only supports OBJ import/export
- Consider the bridge addon: If you're on Windows, the native Blender addon saves the export/import step
- Post-process in Blender: AutoRemesher handles the heavy lifting — use Blender for final clean-up and detailing
Summary​
AutoRemesher is a powerful, free, and open-source quad remeshing tool that excels at quick, automated retopology. Its standalone nature makes it software-agnostic, while the community Blender bridge addon provides tight integration for Windows users. For anyone who needs fast, clean quad topology without manual retopology, AutoRemesher is an excellent addition to the toolkit.
Resources​
- GitHub Repository: https://github.com/huxingyi/autoremesher
- Releases: https://github.com/huxingyi/autoremesher/releases
- Blender Bridge Addon: https://github.com/Nicolas-Constanty/AutoRemesher-Blender
- License: MIT
- Author: huxingyi (also creator of Dust3D)