MAXScript FAQ > Working With Scene Nodes > How do I batch-process multiple .MAX files? |
I'm just wondering if there is an easy way on doing this. Let say I've got 100 max scene file 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?
Here 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.