Skip to content

Nicolas-Constanty/AutoRemesher-Blender

Repository files navigation

AutoRemesher Blender 2.8

Blender addon implementation of AutoRemesher by huxingyi.

Building on Windows 10

Install Development Tools

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

Setup the projet

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.