Like a quiet/silentMode?
That could be useful. Curious, is this in case a sim happens to stop for some reason or another and you would like it to resume auto-magically?
blower of smoke ..ooOO
Yeah, quiet mode!. With my deadline simulation scripts I have found that sometimes fume will just stop at a random frame. I have a function that will count the files that it thinks should be there and if its different it can flag it as an error and deadline will restart the sim, but it would be handy if we could continue rather than start from the beginning again. This is all done via a maxscript job through deadline so we need full automation via maxscript. I can actually get deadline to handle the pressing of the "yes" button but its based on the dialog title which is in this case a generic "FumeFX" and may press "Yes" in situations that are undesirable.
Hello,
That's added on a todo list.
Thanks
Kresimir
Hi Jordan,
When 3ds max is in slave mode ( we use InSlaveMode() function call to check the state ), then no dialog boxes should pop up at all. Instead, we use Log()->LogEntry(SYSLOG_INFO or SYSLOG_ERROR, NO_DIALOG,... ) to report dialog message.
However, I can see one mistake that could cause stop/continue to exit in this case. Please send me an email and I will send you an update.
Kresimir