Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RassoulEdji authored Jun 26, 2020
1 parent ec759cb commit 810458b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Its features are:

To install the Batch Renamer tool you must copy the downloaded "batchRenamer.py" file to your Maya scripts directory.

It is usually found here:
It is usually found here:
```
C:\Users\<USER>\Documents\maya\<MAYA VERSION>\scripts

```
Now, in Maya, open the script editor and paste in this code:
```
from batchRenamer import batchRenamerUi
Expand All @@ -28,4 +29,4 @@ You can use then use the Shelf Editor to make changes to the button like assigni

With the feature to Auto Suffix based on the object type you can also easily change the type of object and what it's relative suffix should be by changing the dictionairy in the "batchRenamer.py" file.

Simply open the file in a editor of your choice and modify the dictionairy at the top of the file with the object type and the associated suffix in the same format as the existing entries.
Simply open the file in an editor of your choice and modify the dictionairy at the top of the file with the object type and the associated suffix in the same format as the existing entries. Note that Maya will need to be restarted for the new additions to the dictionairy to take effect.

0 comments on commit 810458b

Please sign in to comment.