Skip to content

Nicolas-Constanty/AutoRemesher-Blender

Repository files navigation

AutoRemesher Blender 2.8

Blender addon implementation of AutoRemesher by huxingyi. This implementation works on Windows 10 and Ubuntu.

Install the addon in Blender

Download the package here. Do not extract it, Blender will use the .zip directly.

Inside Blender :

  • Edit->Preferences...->Add-ons->Install->Open "mesh_autoremesher.zip"
  • Click the checkbox to enable the Add-on

⚠️ This beta version of the addon only support Windows 10 - x64

Building AutoRemesher-Blender on Windows 10

Install Development Tools

Subversion, Git, CMake and Visual Studio must all be installed.

Setup the projet & Build libraries

Download the repository sources:

git clone --recursive -j8 https://github.com/Nicolas-Constanty/AutoRemesher-Blender.git

Download the libraries:

cd AutoRemesher-Blender
dependency.bat

Generate Visual Studio Solution:

build_project.bat

Open autoremesher.sln with Visual Studio.

You shoud be able to build the addon in Release or Debug mode. You will also need to build Blender in Debug mode to be able to debug it inside Visual Studio (only if you build in Debug mode).