jakeblakeley/autoremesher-blender — explained in plain English
Analysis updated 2026-05-18
Clean up a high-polygon sculpted or scanned 3D model into a lightweight quad mesh ready for animation.
Preserve thin details like claws or spikes while remeshing a creature or character model in Blender.
Fuse overlapping mesh shapes into one solid surface before generating a simplified quad topology.
| jakeblakeley/autoremesher-blender | bong-water-water-bong/npu-gpu-cpu | cloudcompare/normals_hough | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | C++ | C++ | C++ |
| Last pushed | — | — | 2018-02-23 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | hard | moderate |
| Complexity | 2/5 | 5/5 | 3/5 |
| Audience | designer | researcher | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Blender 5.1 or newer, or a separate build for Blender 4.2 through 5.0.
AutoRemesher for Blender is an extension that brings automatic quad remeshing into Blender. Remeshing takes a high-polygon 3D model, the kind produced by sculpting or 3D scanning, and rebuilds it with a cleaner, more even grid of four-sided faces called quads, which is much easier to animate, texture, and edit than the original dense mesh. This project is a fork that ports an existing desktop tool called AutoRemesher into a Blender extension, while all credit for the underlying remeshing engine goes to the original author. Inside Blender, the tool adds a panel to the 3D viewport where you select a mesh, adjust settings like target quad count and how much detail to preserve on sharp edges, and press a button to remesh. A few features are specific to this Blender version: the remeshing work happens in a separate background process, so if it crashes it will not take down Blender itself, and you can press Escape to cancel a run in progress. It also has settings to keep thin parts like claws, horns, or spikes from being flattened away, to give small disconnected pieces such as teeth extra detail instead of turning them into blobs, and an option to fuse overlapping shapes into one solid surface before remeshing. If part of a model fails to convert into quads, it keeps its original triangles instead of dropping that geometry. Installing requires Blender version 5.1 or newer, or an older Blender 4.2 through 5.0 using a separate download build. You install the extension zip file from Blender's own extension installer, then use it directly in the viewport. The tool can also be built from source using a Python and C++ toolchain. So far it has mainly been tested on Apple Silicon Macs, with builds for Windows and Linux available but less tested. The core remeshing code is under the MIT license, while the Blender extension wrapper itself is under GPL 3.0, a requirement for extensions distributed through Blender's official extension platform.
AutoRemesher for Blender is an extension that automatically converts high-polygon 3D models into clean, evenly spaced quad-based meshes directly inside Blender's viewport.
Mainly C++. The stack also includes C++, Blender, Python.
Core code is MIT (use freely), the Blender extension wrapper is GPL 3.0, so modified versions of the extension itself must also be shared under GPL.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly designer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.