AWS Thinkbox Discussion Forums

Why MaxScript Job is stopped right after calling loadMaxFile?

I’m working on a MaxScript job that doesn’t know exactly max file name beforehand.
It’ll be provided a zip file, it’ll extract it and looking for any .max file inside to open.
But I’ve just noticed MaxScript Job always stopped (marked as finished) right after loadMaxFile is called.
Is there any option to disable this behavior?

As soon as you scirpt print a true in listener, MXS task is a success…that’s how it work (and for false, MXS task fail).
Try to use some function for problematic tasks, to avoid the issue.

Privacy | Site terms | Cookie preferences