Awesome
blender-xatlas
This is a simple add-on for Blender allowing you to use Xatlas to unwrap and pack your uvs
It currently works on Windows/Linux (Tested on Windows 10, Windows 8, Ubuntu)
Code in /xatlas_src is modified from xatlas
Usage
Install
Don't know what a GitHub is? Here's some simple instructions!
- Download the repository.
- From the downloaded ZIP file, extract the contents of the
addons
folder into your Blender addons folder. You should have ablender-xatlas
folder in your Blenderaddons
folder afterwards. - Enable the addon from Blender Preferences
- You should see the Xatlas menu appear as an option in the 3D View sidebar (opened with 'n' by default)
Use
Warning! The tool will make a single user copy and triangulate your mesh! (Unless using 'Pack Only') <img src="./readme_images/tool-location.png" alt="Tool Location" width="569" height="408">
- Make sure your file is saved
- Change your settings under Xatlas Tools
- Select the objects you wish to unwrap and unpack
- Click
Run Xatlas
- Wait for an undetermined period of time
- Your unwrapped UVs should pop out of the oven
Rebuilding Xatlas
If you just want to install the addon, this section is not for you.
Build (Windows vs2017)
- Run
./bin/premake.bat
- Open
./build/vs2017/xatlas.sln
- Build
- The Output file should be copied to
./addons/blender-xatlas/xatlas
automatically
Edit Addon
xatlas-blender.cpp