Renamer v1.1#
What does it do#
Advanced Renamer with naming, extended numeration, prefix, suffix and search & replace functions. Additional utilities, pre- / suffix presets and automated processes for a faster workflow.
Interface#
Compatibility#
Maya | 2017 | 2018 | 2019 |
---|---|---|---|
✓ | ✓ | ✓ |
Installation#
-
Copy Renamer.py to :
-
Launch / Restart Maya
-
In Maya, open a Python Tab in the Script Editor and execute :
Warning
Please make sure that there are no Space characters in front of the code lines.
Tool Menu#
The Tool menu is located in the top right corner of the toolkit.
-
Up arrow closes all tabs
-
Down arrow opens all tabs
-
Stack icon opens a new window with information about the tool
Name#
-
Enter a new name for your selected object(s).
-
Specify the Renamer's numeration behaviour when more than one object is selected:
-
Padding defines the numeric digit amount. It adds leading zeros before nonzero digits to match the given value. The default is 3.
-
Start sets where the counter starts. Default is 1.
-
Step defines the counter increase. Default is 1.
-
-
The Rename button starts the naming process and automatically sorts the objects within their parent group.
Prefix#
Info
Adds a prefix to the object name.
-
Select one or multiple objects
-
Select a prefix option:
-
C_
-
L_
-
R_
-
-
or enter a custom name.
-
The Add button starts the naming process.
Suffix#
Info
Adds a suffix to the object name.
-
Select one or multiple objects
-
Select a suffix option:
-
_grp (Groups)
-
_geo (Geometry)
-
_crv (Curve)
-
-
or enter a custom name.
-
The Add button starts the naming process.
Search & Replace#
Search for and replace them with custom words or characters.
Utilities#
Info
Shortcuts to simplify common naming processes.
-
U-Case converts all characters to uppercase.
Example
abc > ABC
-
L-Case converts all characters to lowercase.
Example
ABC > abc
-
Capitalize converts only the first character to uppercase.
Example
abc > Abc
-
Name Grp Children renames all children within a group, based on their group name.
-
Auto Add Suffixes automatically adds suffixes to common types within the scene, unless the suffix is already in place.
Note
Affects geometry / _geo, group / _grp and curve / _crv objects.