QUOTE(DAJIA @ 04/04/09, 08:40 PM) [snapback]304955[/snapback]
first worning I think is | character and MAYA removes it from name.
Yes you can only have letter characters numbers and underscores (_) in a name (it uses tha sema rules as c style function names). Trying to put any other character in name WILL FAIL withou question.
Trying to put a | chaacrter fails just as much as trying to put a & character in name. Maya reserves the pipe character to full dagpaths by the way.
Also truing to rename many things in a hirarchy mut be done form choldren down because changing the name of a parent also change sthe name of the ofull dagpath meaning if you have:
a
a|b (wich is hild of a)
you MUST rename a|b FIRST