Hi, Im new to Maya and I have a question regarding selecting the controllers.
From what Ive learned when selecting controllers through mel script, I had to list up all the controller names. For example if I have a Controller name A~Z…
select -add A ;
…
select -add Z ;
However instead of writing down all the controller names can I just use the select by type to nurbsCurve?
What is a good method for selecting all the controlers?
thx.