def test(): cmds.sphere(n='ball')
#END If I run the same script twice, the name 'ball', will ball1, ball2, ball3 etc ... How do I return to the original name "ball" if you run it more than once?
-- http://groups.google.com/group/python_inside_maya
def test(): cmds.sphere(n='ball')
#END If I run the same script twice, the name 'ball', will ball1, ball2, ball3 etc ... How do I return to the original name "ball" if you run it more than once?
-- http://groups.google.com/group/python_inside_maya