MAXScript FAQ > Working With Scene Nodes > How do I batch-process multiple .MAX files? |
I am looking for an easy way to do this. I have got 100 max scene files and I need to scale or move an object in each file. Is there a command to tell 3dsmax to open each file, modify that object, and then save the file again?
Following is the basic code needed to select a path, collect all max files in the specified directory, open each one, and then save it again. You can include your own code in the space between the loading and the saving.