Tested thoroughly with (32-bit and 64-bit): Max 2010, Max 2009, Max 2008, Max 9 (service pack 1+)
Features: All 3dsmax supported Bitmap Texture types (new) Relinks Mental Ray Proxy files (new) Relinks VRay Proxies (.vrmesh) (new) Relinks VRayHDRI files (new) Relinks IES files (including VRayIES files) (new) Automatically checks for script updates and new versions 250% speed increase from previous versions Command-line mode available for automating repetative tasks (see documentation below) Configurable default user options saving button clicks and wasted time
Self-installing, just run this script via: ”Maxscript->Run script” Documentation: To reset the configuration .ini file in the Listener window (Maxscript->MAXScript Listener) type and hit [enter]: resetConfig() To reset the position of the Relink Bitmap’s dialog window (in case it gets stuck off screen) type: resetPosition() Relink Bitmaps has the ability to run automatically via the command line, here is the syntax: sceneRelinkBitmaps searchArr ignoreCase:[t/f] recursive:[t/f] undoOn:[t/f] lowMemory:[t/f] progress:[progressBar] /* sceneRelinkBitmaps – Relinks bitmaps in the current scene searchArr: an array of directories to search, ie. #(”C:/maps”,”D:/maps”) ignoreCase: true or false recursive: true of false undoOn: true or false lowMemory: true or false progress: progressBar link to update progress, will update the .value in this while it relinks */ |