In cases where I want to transfer weights from many separate meshes to a
merged version of all those meshes:
So I have done that many times in MEL land using:
$sourceMeshes - an array of meshes
$targetMesh - single target mesh
copySkinWeights -noMirror -surfaceAssociation closestPoint
-influenceAssociation name $sourceMeshes $targetMesh;

I am unable to perform the same command using Maya.cmds or PyMel (or at
least not with the same outcome) :
copySkinWeights([sourceMeshes, targetMesh],
surfaceAssociation='closestPoint', influenceAssociation='name')  - Works but
the result is not accurate.

The mel version will end up being accurate while the PyMel, maya.cmds (even
mel.copySkinWeights) are not, which leads me to believe that something is
messed up with my formatting or I've come across a bug.

If you use the ss= and ds= flags, there seems to be no way of going from
multiple to a single.

Has anyone come across this?
/Christian

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to