
Simple tool that mimics Maya procedures (Search and Replace, Jason Schleifer´s hashRename) to easily organize naming conventions in scene nodes.
Script
By renatopolimeno · 2011-04-18

Simple tool that mimics Maya procedures (Search and Replace, Jason Schleifer´s hashRename) to easily organize naming conventions in scene nodes.
http://renatopolimeno.com/rp-rename-tools
Tags: rename, macroscript, batch, .ms files, free maxscript, hash rename, search and replace
uncl33 · 2012-11-20
Thanks, this is really life saver!
batch-object-name-editor
Strob · 2011-08-29
For the time being, that other one works in max 2012:
http://www.scriptspot.com/3ds-max/scripts/batch-object-name-editor
Error in max 2012
Strob · 2011-08-29
Would be very useful to be able to do search in replace to rename names in max!
thank you
but I'm getting an error with max 2012:
--No ">" function for undefined.
for selected in Nodes where((findString selected.name Search_ > 0) and (isValidNode selected == true)) do
RE: Error in max 2012
renatopolimeno · 2011-09-18
Thanks for the report, check the new version because I did correct that! cheers