Features:
- add objects to list then you can deselect them
- add and remove objects from selection if they are in any list
- smart renaming it will add each prefix then name then suffix for the object added to the specified list
- colorize wireframe and outliner color independetly
- add remove name parts interactively
- enable or disable any part of the name with check box
#----------------------------------------------------------------------------------------------
# Instalation.
#----------------------------------------------------------------------------------------------
// 1. Type command in MEL for script direcotory:
//
// internalVar -userScriptDir;
//
// 2. Put the "organize_objects.py" file in that directory
//
// 3. Create new shelf button. Choose python add these lines into "command" tab:
//
//
// import organize_objects
// reload(organize_objects)
// organize_objects.UI()
//
// 4. Happy renaming and colorizing
#----------------------------------------------------------------------------------------------
# NOTE : If maya fill not find it, put script into "maya/prefs/scripts" folder
#----------------------------------------------------------------------------------------------
Fill free to contact me with an e-mail for any question.
Thank you.