Siahpoosh
02-05-2008, 10:29 AM
hi guys
i have a basic problem in mel. i want to change value of a variable for example see this script :
$dn = "polySphere";
if (pSphere2.translateX >= 2) {
// in this line i want to change "polySphere" to "polyCube"
}
i want chage polySphere to polyCube after translateX >= 2.
thanx for your helps
i have a basic problem in mel. i want to change value of a variable for example see this script :
$dn = "polySphere";
if (pSphere2.translateX >= 2) {
// in this line i want to change "polySphere" to "polyCube"
}
i want chage polySphere to polyCube after translateX >= 2.
thanx for your helps
