explaingit

adriflex/autoremesher-blender-bridge

Analysis updated 2026-05-18

247PythonAudience · designerComplexity · 3/5LicenseSetup · moderate

TLDR

A Blender add-on that runs the separate AutoRemesher tool on a selected mesh and imports the cleaned up result back into Blender.

Mindmap

mindmap
  root((autoremesher-blender-bridge))
    What it does
      Runs AutoRemesher from Blender
      Imports remeshed result
      Keeps original mesh
    Tech stack
      Blender addon
      Python
      AutoRemesher
    Use cases
      3D model retopology
      Game asset cleanup
    Audience
      3D artists
      Game developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Clean up a messy 3D scan or sculpt into a simpler quad mesh without leaving Blender.

USE CASE 2

Prepare game assets with a controlled quad count for better performance.

USE CASE 3

Retopologize a model while preserving its materials and UV layout.

USE CASE 4

Batch remesh objects using adjustable adaptivity and edge settings.

What is it built with?

PythonBlenderAutoRemesher

How does it compare?

adriflex/autoremesher-blender-bridgekyutai-labs/hibiki-zerolukashoel/video_to_world
Stars247247248
LanguagePythonPythonPython
Setup difficultymoderatemoderatehard
Complexity3/54/55/5
Audiencedesignerdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Blender 4.2+ and a separate install of the AutoRemesher application, which is not bundled.

The add-on code can be freely used and modified, but any distributed changes must also be shared under the same GPL license.

In plain English

AutoRemesher Bridge for Blender is a small add-on that connects two separate 3D tools together. Blender is a free 3D modeling program, and AutoRemesher is a separate application that cleans up and simplifies the geometry of a 3D model, a process called remeshing or retopology. This add-on lets you run AutoRemesher on a mesh directly from inside Blender, instead of manually exporting and importing files by hand. The way it works is simple: Blender exports the currently selected mesh as a temporary OBJ file, a common 3D file format, then hands that file to AutoRemesher for processing, and finally imports the cleaned up result back into Blender as a brand new object. Your original mesh stays untouched unless you turn on an option to hide it. You can control settings such as the target number of quad faces, how much detail adapts to curved areas, edge scaling, and angles for sharp edges and smooth shading. It can also copy material slots and, optionally, transfer UV coordinates from the original mesh onto the new one. Using it requires Blender version 4.2 or newer, and AutoRemesher must be installed separately since this repository only contains the bridge, not AutoRemesher itself. After installing the add-on from a release file or by copying it into Blender's extensions folder, you point it to the AutoRemesher program on your computer, either through the add-on preferences, an environment variable, or by having it available on your system path. To use it day to day, you select a mesh in Blender, open the sidebar, choose the AutoRemesher tab, set your target quad count and options, then click a single button to remesh. The new object appears named after the original with an added suffix. The add-on itself is released under the GPL 3.0 license, while AutoRemesher, the separate tool it depends on, uses the MIT license.

Copy-paste prompts

Prompt 1
Explain how to install this AutoRemesher bridge add-on into Blender.
Prompt 2
Walk me through setting the AutoRemesher executable path for this add-on.
Prompt 3
Show me how to use the AutoRemesher tab to remesh my selected object.
Prompt 4
Help me understand the difference between adaptivity and edge scaling settings here.

Frequently asked questions

What is autoremesher-blender-bridge?

A Blender add-on that runs the separate AutoRemesher tool on a selected mesh and imports the cleaned up result back into Blender.

What language is autoremesher-blender-bridge written in?

Mainly Python. The stack also includes Python, Blender, AutoRemesher.

What license does autoremesher-blender-bridge use?

The add-on code can be freely used and modified, but any distributed changes must also be shared under the same GPL license.

How hard is autoremesher-blender-bridge to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is autoremesher-blender-bridge for?

Mainly designer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.