This is a renaming script for 3ds Max with live preview and support for objects, layers, materials and files.
See an (older) demonstration video: https://vimeo.com/57767912
The repository should include a InteractiveRenamer_v2.20.mzp file: Download and drag-and-drop it into your 3ds Max viewport to install the tool.
The installation uses the mzpbuilder script from Klaas Nienhuis.
- Open
builder/mzpbuilder.msin a text editor and modify line 57theIniFileto point to your localbuilder/mzpbuilder.ini. - Also open the
builder/mzpbuilder.iniand update paths as needed to match your local files. - Run
mzpbuilder.msin 3ds Max, you will find a new.mzpfile in thebuild/folder afterwards. - That
.mzpfile can be drag-and-dropped into 3ds Max to install the tool.
- Navigate to your user scripts folder. You can get the location inside 3ds Max by evaluating the following MAXScript:
getDir #userScripts. It should be something like:"C:\Users\<username>\AppData\Local\Autodesk\3dsMax\<version>- 64bit\ENU\scripts" - Create a folder there named
interactiveRenamer. - Copy the following files to that folder:
interactiveRenamer_header.pnginteractiveRenamer_installed.msinteractiveRenamer.msnameplates.ms
- Drag-and-drop the
Buelter-interactiveRenamer_macro.mcrinto your 3ds Max viewport to install a macro to launch the tool. - You can add the macro script to a quad menu/toolbar button etc. via Customize User Interface > Category: "Buelter"
- File renaming support is very basic and known to have issues with whitespaces in filenames.
- The "nested materials" have been implemented to support what was available in 2013. "Newer" multi materials etc. are not supported.
