Curious, anyone else have this issue when scripting with the
copySkinWeights command?

The mel command works fine, but the python doesn't work .
I receive the error # Error: keyword argument repeated


mel : copySkinWeights  -noMirror -surfaceAssociation closestPoint -
influenceAssociation label -influenceAssociation closestBone -
influenceAssociation closestJoint;

import pymel.core as pm

pm.copySkinWeights(noMirror=True,surfaceAssociation =
'closestPoint',influenceAssociation = 'label',influenceAssociation
='closestBone',influenceAssociation ='closestJoint')

-- 
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