I'm programming an application and its in need of a plugin in 3dsmax to scan a file in a loop and then render a .max file animation. So, I have two issues: 1- I can't scan a file in a while loop without getting in trouble with “unresponding error” 2- I can't find any animation render example (Documentation is not really useful!) I need a working example to render and a solution to scan a file in a loop without an unresponding error. I want to signal my plugin with a .txt file. I'm in need of an example - opensource or something that can help me.
Note: Can I program my script with python? Is this easier? And which versions support python scripting?
Thanks