gitextract_0vtif6cx/ ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── LICENSE ├── README.md ├── build.bat ├── module.txt ├── scripts/ │ ├── AEcvWrapTemplate.mel │ └── cvwrap/ │ ├── __init__.py │ ├── bindui.py │ └── menu.py └── src/ ├── CMakeLists.txt ├── bindingio.cpp ├── bindingio.h ├── common.cpp ├── common.h ├── cvWrapCmd.cpp ├── cvWrapCmd.h ├── cvWrapDeformer.cpp ├── cvWrapDeformer.h ├── cvwrap.cl ├── cvwrap_pre2018.cl └── pluginMain.cpp