Thread: mel script
View Single Post
# 3 09-12-2006 , 01:46 PM
Registered User
Join Date: Dec 2006
Posts: 3
thanks that works. but i cant quite impliment it correctly

heres the line

setAttr ("pCylinder" + $n + ".translateY") (eval("$" + $dst + "Count"));

doesnt work without the brackets either btw

setAttr ("pCylinder" + $n + ".translateY") eval("$" + $dst + "Count");


its the last part in brackets that needs to be evaluated but i dont know enough about the command to make it work. from what ive read that should work i think. any help much appreciated. thanks


Last edited by deaniopo; 09-12-2006 at 01:53 PM.