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

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.