I'm attempting on writing a deformer similar to a skinCluster, but with a spline-style deformation. As the spline is generated procedurally using joint matrices for the "edit points", I was wondering if storing those spline matrices inside a MPxData plug would improve the speed of the deformer node, as there is no MFnMatrixArrayData to store the MMatrixArray Into. However I'm not finding any tutorials for using MPxData within python. Can anyone show me how to use it in this context?
-- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
