Scripts 3D>> Maya>> Modeling>> Rename Tool

Tags

Artist's Comments

3ds max rename tool for maya.
Version 2.2 features some small UI enhancements plus more optimized code!
Previous version is included for backward compability.
Tested on windows7 x64, Maya 2012.

How To Configure:
1. Copy both the script and its .ui file to your Maya's scripts directory, on windows you can find it here:
Windows7 x64 --------> C:UsersyourUserNameDocumentsmaya2012-x64scripts

2. Open maya and make a new shelf item(button), change the icon for it (of course if you like it ;)) and then in the "command'
tab, First switch to python and then inter the following code:

import RenameTool
reObject = RenameTool.Rename()

3. Open the script file in your script editor and copy the full path to the .ui file provided with the script; for example:

C:UsersyourUserNameDocumentsmaya2012-x64scriptsrenameTool_UI_v2.2.ui
Change all backward slashes() to forward slash(/):
C:/Users/yourUserName/Documents/maya/2012-x64/scripts/renameTool_UI_v2.2.ui
Paste it on the line number 34 BETWEEN the '' marks..... (_UI_FILE = '') and click on the save
Button, overwrite the existing file.

4. Click on the shelf button and you're done!
Script details
Script title: Rename Tool
Script version: 2.2
Date added: May 12, 2012
Views: 860
Downloads: 70
Category: 3D
Software: Maya
Software version: Maya 2011/2012
Favorites: 1 member
File size: 10 KB

Share

Script comments

No comments posted yet!