cmt
cmt copied to clipboard
Various maya tools that I write for my personal projects.
import maya.cmds as cmds j = cmds.joint() sph, _ = cmds.polySphere() print sph cmds.skinCluster( j, sph) cmds.select(sph) cmds.demBones(b=20, sf=0, ef=20, eb=j) Traceback (most recent call last): File "", line 1,...
Cmake could not "find package" - [issue was in this lines 34,35 of 'src/CMakeLists.txt'](https://github.com/chadmv/cmt/blob/5559a101ac74fb80b4a64ada2f74f7c752b3a95e/src/CMakeLists.txt#L34) > CMake Error at src/CMakeLists.txt:34 (find_package): > By not providing "FindMaya.cmake" in CMAKE_MODULE_PATH this project has...
I've made a test case for my C++ plugin that uses the `maya/MOpenCL*` libraries. The usage of those OpenCL libraries is similar to your cvWrap plugin. I can run the...