From 0f02c8ac835044a815e97551616ca860523380d2 Mon Sep 17 00:00:00 2001 From: Easymode <76738305+Easymode-ai@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:21:59 +0000 Subject: [PATCH] xatlas triangle fix readme update --- readme.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index cd320ba..5d95f67 100644 --- a/readme.md +++ b/readme.md @@ -105,12 +105,20 @@ in the portable root folder: `git clone --recursive https://github.com/mworchel/xatlas-python.git` -`cd .\xatlas-python\` +`cd .\xatlas-python\xtern` -copy `https://github.com/mifth/xatlas_fixes` into `xatlas-python\extern\xatlas` and back to `xatlas_python` +delete `xatlas` folder -`..\python_embeded\python.exe setup.py install` +`git clone --recursive https://github.com/jpcy/xatlas` -`..\python_embeded\python.exe -m pip install .` +in `xatlas-python\extern\xatlas\source\xatlas` modify `xatlas.cpp` + +change line 6774: `#if 0` to `//#if 0` + +change line 6778: `#endif` to `//#endif` + +Finally go back to portable root folder: + +`.\python_embeded\python.exe -m pip install .\xatlas-python\` ---