ProbeDeformer plugins for Maya /**
- @brief Cage Deformer plugins for Maya
- @section LICENSE The MIT License
- @section requirements: Eigen 3: http://eigen.tuxfamily.org/
- @section Autodesk Maya: http://www.autodesk.com/products/autodesk-maya/overview
- @section (included) AffineLib: https://github.com/shizuo-kaji/AffineLib
- @version 0.20
- @date 19/Sep/2016
- @author Shizuo KAJI */
There are two versions of deformers; one is simple, and the other adds ARAP modifiation.
- Mac OS X: Look at the included Xcode project file
- Windows: Look at the included VisualStudio project file. DO NOT turn on AVX instructions.
- Other: Look at the included Makefile
- put the plugins in "MAYA_PLUG_IN_PATH"
- put the UI python script in "MAYA_SCRIPT_PATH"
- open script editor in Maya and type in the following Python command:
import ui_cageDeformer as ui
ui.UI_CageDeformer()
The ARAP version works only on "clean" meshes. First apply "Cleanup" from "Mesh" menu to remove zero faces and edges, non-manifold geometry, etc.