Nicolas-Constanty
Nicolas-Constanty
Hello @huxingyi thanks for your hard work. I managed to create a Blender addon from autoremesher sources. Here is the result :  I just keept the code that was...
Hi @huxingyi. > BTW, The quality of the result is still not good because of paramatrization errors, I am working on another approach, hopefully will get it released soon. Cool...
Hi @filibis and @toruki13 , thank you for your feedbacks. These kind of issues are pretty generics, usually it's related to : - missing symbol in the DLL - the...
Hi @filibis, I noticed that zlib was installed in my path thanks to Inkscape and Blender was using zlib.dll of Inkscape to load the addon. I was able to reproduce...
Thanks for helping me to improve the addon @Carne5581, I forgot to remove logs for release build. This version should be ok. Edit : You will need to remove it...
Hi @filibis, I added some dlls from the Visual Studio redistribution in the package. They are installed in my system32 directory so I thought everyone had these DLLs too, but...
Hi @filibis, cool news 👍 This package is a Blender implementation of [this tool](https://github.com/huxingyi/autoremesher), I haven't change the underlying logic of it. So, in short this solution does not work...
Hello @seanr thank for your interest 👍 Here is the dependency list (build with c++14): SpdLog blocs eigen geogram libigl udan_dedug (lib of mine) python3.7 tbb openvdb gmp openexr boost...