View Single Post
# 1 21-10-2005 , 08:40 AM
Registered User
Join Date: Oct 2005
Posts: 2

Rename Objects using MEL Scripts

Hi, I am quite new to MEL scripting but not new to programming. I would like to make a MEL script that works on both a single selected object as well as multiple selected objects. I would like it to be able to have the user rename the selected object(s). Then I'd like to check to see if a given object has already been appended (renamed) with the user-input string before it attempts to rename it.

I'd like to know what command I use to get the object name so I can parse it into a string.

Any help is greatly appreciated. Thanks.