I'm making a quick script because we're going through a lot of old models and extracting parts of meshes to use in a model library. HiddenDOSCommand ("xcopy " + oldtexturename + " " + newtexturename + " /E /D /Y") startpath:"C:\\" prompt:"Copying textures..." donotwait:false I've got most of the script working except the…
Thanks that's perfect! We could use the resource collector but I'm trying to automate the process so we can select an object to send to the library and run the script. It would then prompts you where to save the new library object and creates a new max file, collapses and condenses any multi materials and then copies over…