this is pretty trivial to do in python without resorting to mel:
[ x.replace('joint', 'finger') for x in cmds.ls(sl=1)]
-- http://groups.google.com/group/python_inside_maya
this is pretty trivial to do in python without resorting to mel:
[ x.replace('joint', 'finger') for x in cmds.ls(sl=1)]
-- http://groups.google.com/group/python_inside_maya