hi paul

i am getting following error message

# Warning: line 0: Specified weight could not be set due to locked
influences. #
# Warning: line 0: Some weights could not be set to the specified
value. The weight total would have exceeded 1.0. #

and this is the code which is causing warrning..( its majorly on
vertices that has one joint influence with weight value of 1)

for i in range(len(weightsString)):
        weights.append(float(weightsString[i]))
        indArrayImport.append(infNameList.index(infName[i]))
skinClusterNode.setWeights
(skinDagPath,eachVertImport,indArrayImport,weights,True

thanks for the help

regards

sunnyC.
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to