cmdc
cmdc copied to clipboard
Implement animCubeNode.py
Time to get real. This is one of the examples out of the Maya devkit, from API 1.0.
There are quite a few things missing for this to work.
- MFnPlugin
- MPxNode
- MDataBlock
- MDataHandle
- MFnAttribute (including Unit and Typed)
- MFnMesh
- MFnMeshData
- MTime
- MFloatPoint
- Int and float arrays
So it's gonna be a big one. xD
Ha, was just starting to work on some cmdc stuff today actually, nice timing
Should we make a PR for each of those points that we merge as they're done? That way we can all contribute to this PR.
I like the idea of having a clear goal like that btw, wasn't quite sure what to work on next
That’s a good idea! I’ve started on MFnPlugin, the others are up for grabs!