some info i found useful, regarding multi threading and processes a good talk about all of this in python https://www.youtube.com/watch?v=MCs5OvhV9S4 https://stackoverflow.com/questions/2629680/deciding-among-subprocess-multiprocessing-and-thread-in-python…
@RN that's a interesting approach. def will remember that. I had considered doing this for 1 dense mesh with laods of verts, but didn't thought you could use it to create new meshes atm I managed to get "multithreading" to work between several max instances. so every max instance on its own isn't multithreaded. But they…
How do you prevent 3dsmaxbatch.exe from closing when it's done, so it can continue running other operations? When I was using it batch mode it continually exited, and constantly restarting the process was slower than the operations being handled. Depending on what your doing, using parallel nodes in MCG might be faster.