Maya GUI Tool: Renamer (Old version)
GUI: Renamer (Old version)
Prefix:
Adds prefix string in left text field to selected nodes.
Postfix:
Appends postfix string in right text field to selected nodes.
Replace:
Replace name string of selected nodes. From string in left text field to the one in right.
Serial No:
Rename selected nodes with serial number in order of selection.
Upper right integer:
Digit number for Serial No renaming.
Prerequisites:
Download i3d pyc files.
https://ironthreed.blogspot.com/2019/02/i3d-2019-version-i3d-python-script-files.html
Python command:
import i3d,i3d_GUI as i3d_G;i3d_G.renamer().GUI("i3d_G");
Prefix:
Adds prefix string in left text field to selected nodes.
Postfix:
Appends postfix string in right text field to selected nodes.
Replace:
Replace name string of selected nodes. From string in left text field to the one in right.
Serial No:
Rename selected nodes with serial number in order of selection.
Upper right integer:
Digit number for Serial No renaming.
Prerequisites:
Download i3d pyc files.
https://ironthreed.blogspot.com/2019/02/i3d-2019-version-i3d-python-script-files.html
Python command:
import i3d,i3d_GUI as i3d_G;i3d_G.renamer().GUI("i3d_G");
Prefix
"Head_" is added at the beginning.
"Head_" is added at the beginning.
Postfix
"_Tail" is appended at the end.
Replace
"_T" is replaced with "_mid_T"
"_T" is replaced with "_mid_T"
Serial No
Below, 2 digits starting number is 8.
Selection order is Serial_08, Serial_09, Serial_10 then Serial_11





Comments
Post a Comment