Skip to main content

AutoRemesher

RETOPOLOGYOPEN SOURCESTANDALONE
📖5 min read

AutoRemesher 1.0 Overview & Blender Bridge Addon

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.


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
Standalone & Blender Integration

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:

  1. Download mesh_autoremesher.zip from the releases page
  2. In Blender: Edit > Preferences > Add-ons > Install
  3. Select the .zip file (do not extract it)
  4. Enable the addon by checking the box
Platform Limitations

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​

ParameterDescription
Target QuadsSets the target number of quads for the output mesh (replaced the older Density parameter)
AdaptivityControls how closely the remesh follows the original shape
Sharp EdgePreserves sharp creases and hard edges
Smooth NormalApplies smooth normals for low-poly output
Edge ScalingAdjusts edge density distribution for low-poly generation
ConstrainedBetter 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.

  • 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:

AspectAutoRemesherBlender QuadriFlow
SpeedGenerally fasterSlower on complex meshes
Target AccuracyUses what's needed (~60% of target)Forces exact target count
Detail RetentionStrong with low target countsRequires higher targets for same detail
IntegrationStandalone app + bridge addonNative 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​