Code Monkey home page Code Monkey logo

blender-cwf-remesher's Introduction

Introduction

This project is the implementation of CWF paper in Blender(3.6+).

Features

·Directly remesh the selected mesh object.

·Set target sampling value

·Using pre simplification to improve computing speed

·Multi-Language Support(EN/zh-CN)

image

Tips

  1. Avoid non-manifold

    ·Some borders and holes (edges with only a single connected face), as faces have no thickness.

    ·Edges and vertices not belonging to any face (wire).

    ·Edges connected to three or more faces (interior faces).

    ·Vertices belonging to faces that are not adjoining (e.g. two cones sharing the vertex at the apex).

  2. Generate number of faces through sampling control(Usually, the larger the sampling, the more faces there are)

  3. Simplification can improve speed(The smaller the simplification value, the faster it will be, but it will reduce the effectiveness of the CWF algorithm)

Compile Manually

  1. Install xmake

  2. clone the project git clone https://github.com/AIGODLIKE/Blender-CWF-Remesher

  3. cd to Blender-CWF-Remesher/thirdparty/CWF

  4. Run config first

    1. for example macos with arm64 architecture xmake f -p macosx -a arm64 -m release
  5. Run xmake build -v remesh to auto compile remesh module

    1. After build it will copy to Blender-CWF-Remesher/cxxlibs/youros/remesh_xxx_xxx.pyd
  6. Install Blender-CWF-Remesher as blender addon

blender-cwf-remesher's People

Contributors

karrycharon avatar yorha4d avatar

Stargazers

 avatar  avatar SKar avatar Ruoyu Lee avatar  avatar  avatar  avatar  avatar  avatar  avatar findman avatar  avatar Shankar Sivarajan avatar 爱可可-爱生活 avatar Snow avatar David Benhaim avatar Louis Vass avatar 翻糖-CK avatar Youtian Lin avatar Pisit avatar zeng-yifei avatar Barak Chamo avatar Kokkorylien avatar  avatar らけ avatar  avatar Vojtěch Lacina avatar Brainvader avatar  avatar  avatar  avatar 袁腾鹏 avatar  avatar  avatar Neil Pullman avatar POTI avatar Osamu Takasugi avatar 00 avatar day avatar  avatar  avatar gnepnew avatar  avatar hazukiaoi avatar  avatar  avatar Koki Ibukuro avatar Emils Geršinskis - Ješinskis avatar Beyond Dev (Tyler Walker) avatar  avatar  avatar  avatar Cless Lee avatar learner avatar dycoon avatar  avatar Tilapiatsu avatar Cata_a avatar CHEN Xiaosong avatar  avatar  avatar  avatar Aipic avatar  avatar Equal Mix avatar  avatar XH Yang avatar  avatar  avatar Ningna Wang avatar  avatar  avatar  avatar Surkov Kirill avatar  avatar  avatar  avatar  avatar Konstantin avatar  avatar Liam Chalcroft avatar Alucard avatar  avatar  avatar  avatar  avatar Kingfree avatar  avatar iZerat avatar Design_Dream avatar  avatar  avatar HONGHAO XU  avatar miaotouy avatar baoyu avatar  avatar WXZ avatar RabbitBig avatar  avatar  avatar

Watchers

GP Wang avatar Snow avatar  avatar 小萌新 avatar

blender-cwf-remesher's Issues

installation failed

I tried to install the released version but it said
截屏2024-07-18 下午2 20 25.

And I also tried to build it manually but there are also errors

note: install or modify (m) these packages (pass -y to skip confirm)?
in xmake-repo:
  -> boost 1.85.0 [from:cgal]
  -> cgal 5.6.1
  -> pybind11 v2.13.1
please input: y (y/n/m)

  => install pybind11 v2.13.1 .. failed

CMake Error at /usr/local/Cellar/cmake/3.18.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find Python (missing: Development.Module) (found suitable version
  "3.9.14", minimum required is "3.7")
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/3.18.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
 -- Configuring incomplete, errors occurred!
See also "/Users/yingtian/.xmake/cache/packages/2407/p/pybind11/v2.13.1/source/build_cd6b6694/CMakeFiles/CMakeOutput.log".
les/FindPython.cmake:393 (include)
  tools/pybind11NewTools.cmake:58 (find_package)
  tools/pybind11Common.cmake:197 (include)
  CMakeLists.txt:248 (include)

I am not familiar with xmake so help needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.