Hi,
According to the API docs there are two signatures for accessing most
types of BlindData for example for Float BlindData:
MStatus MFnMesh::getFloatBlindData (int compID, MFn::Type
compType, int blindDataId, MString attrName, float & data)
MStatus MFnMesh::getFloatBlindData ( MFn::Type compType, int
blindDataId, MString attrName, MIntArray & compIDs, MFloatArray &
data)
I'm trying to use this with python and it always seems to use the
second signature. Is there any way I can get it to use the first. I'm
supplying the arguments for the first in the correct order but it
seems to be expecting me to use the second signature so I get type
errors.
Thanks
--
http://groups.google.com/group/python_inside_maya