hello i need some help with Mel Script…
What i want to achieve is to unlock EVERY Attribute for Controler(NURBPrimitive).
for example:
CBunlockAttr “ControlerA.tx”;
CBunlockAttr “ControlerA.ty”;
CBunlockAttr “ControlerA.tz”;
CBunlockAttr “ControlerA.rx”;
CBunlockAttr “ControlerA.ry”;
CBunlockAttr “ControlerA.rz”;
CBunlockAttr “ControlerA.sx”;
CBunlockAttr “ControlerA.sy”;
CBunlockAttr “ControlerA.sz”;
CBunlockAttr “ControlerA.v”;
However, i have multiple Controlers say… ControlerA ~ ControlerZ…
Pls help me with running the script efficiently cuz there is no way of repeating above Mel for multiple times~ orz