Adverti horiz upsell

Rename Tool 1.0.0 for Maya (maya script)

A quick solution for renaming and search&replacing of outliner object names.

License
Button download
1,123 Downloads

Compatibility

  • 2018, 2017, 2016

Operating Systems

  • Windows

History

Created:03/28/2018
Last Modified:03/28/2018
File Size: 83.6 KB
 
|Rename Tool| - by maspa
 
This script allows you to quickly  rename a bunch of objects in the maya outliner.
It also allows for search and replacing and suffix/prefix addition.
 
You can also make use of the Auto-Suffix function, which adds a suffix depending on the nodetype of the object. (e.g. a joint gets a _JNT suffix (can be changed to anything you like))
 
|Installation|

1.Place the renameTool folder in the Documents Maya scripts folder located here:

<DRIVE>:\Users\<USERNAME>\Documents\maya\scripts

2. Start Maya, copy or drag-and-drop the renameToolUI.py file into the Script editor (Windows > General Editors > Script Editor) and make sure that the tab you are copying it into is set to "Python".

3. Select all code (ctrl a) and middle mouse drag it into a shelf of your choice to create a shelf button or hit alt+enter to execute the code once.
 
4. You can use your own short name for nodetypes by altering the renameToolTable.txt file. To find out more nodetype names you can execute this script in the script editor(python tab) (you have to have the wanted object selected):

import pymel.core as pm
selection = pm.selected()
print(selection[0].nodeType())

The nodetype will be the last line in the console after executing the code.



Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.

People who favorited this item:

  • Alex Florica
    Alex Florica
  • wonbin seo
    wonbin seo
  • pn2bade
    pn2bade
  • Nien Star
    Nien Star
  • Joey kim
    Joey kim
  • nicecreativecrash
    nicecreativecrash
  • tuandesigner.mtc@gmail.com
    tuandesigner.mtc@gmail.com
  • 009193
    009193