This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def install(): | |
| ############ | |
| url = 'http://pepperusso.uk/scripts/batchRename/icon.png' # Url of your icon | |
| imageName = 'batchrename.png' # The icon will be saved using this name (include ext) in the icons folder of the current maya version (usually : documents/version/prefs/icons) | |
| name = 'Batch Rename' # Name to use for the shelf button | |
| tooltip = 'Rename multiple objects' # Tooltip to use for the shelf button | |
| # Command of the shelf button. | |
| command = """ |