Hi

I have a question. I want to create in pymel a 'while True' loop
how can I add variable to my rename object? 

example

i = 1
while True:
   pm.rename('group' i '|old_name, 'new_name')



so for example i = 1 so my 'group' should be 'group1'. I am not sure how can I 
make it. How to add variable input into the name of the object?

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/debb1b4e-9e16-46d5-8f8b-f5c6a5003b38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to