Blender addon implementation of AutoRemesher by huxingyi.
Subversion, Git, CMake and Visual Studio must all be installed.
- Install Visual Studio 2019 Community Edition (free, be sure to install the 'Desktop Development with C++' workload)
- Install Subversion for Windows (SlikSVN)
- Install Git for Windows
- In the installer, choose to add Git to your PATH to ensure make update can correctly function.
- Install CMake
- In the installer set the system path option to Add CMake to the system PATH for all users.
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.