Skip to content

implement a blendshape node of Maya in C++ buildmaya2020

Notifications You must be signed in to change notification settings

zhai23/blend-mesh-deformer-maya2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blend-mesh-deformer

implement a blendshape node of Maya in C++

Compile

mkdir build && cd build
cmake -G "Unix Makefiles" -DMAYA_VERSION=2019 ../
cmake --build . --config Release

The result binary file would be created at <progject_path>/build/src/blendMeshDeformer.<extension>.

Usage

  1. Open example file maya/demo.mb
  2. Load the pulg-in, <progject_path>/build/src/blendMeshDeformer.<extension>
  3. Select target mesh
  4. Run command: deformer -type blendMesh;
  5. Connect the source shape's outMesh to the blendMesh's blendMesh.
    image

Demo

blend paint

About

implement a blendshape node of Maya in C++ buildmaya2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 56.6%
  • C++ 43.4%