Supress warnings especially MassFx

Was wondering if there was an easy way to suppress all warnings via maxscript when opening a file in 3ds max. Especially the massFx warning.

Thank you!

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
nnq2603's picture

SetQuietMode true (?)

"That is really strange. I have no popup messages whatsoever after SetQuietMode true added to startup. Not matter how I open a scene."

Thanks for support.
I've made a *.ms file solely included the line of code "SetQuietMode true" and nothing else.

I double-click any max file, it works. But when inside a running instance I open another file it doesn't. I highly doubt that my *.ms file was sufficient enough, so is there another piece of code required for it to fully work? (It now works in startup when I click a file and open as max start. But on already running 3ds max, the script does no effect, it must be missed something callback etc...??)

Did you by any chance open files with known different units and gamma to ensure its behavior? If your few files were all neat and in one standard then would be no popup regardless...

jahman's picture

.

maybe this could help you out

fajar's picture

i think its posible with some

i think its posible with some callbacks pre/post file open, maybe like this will enough for you

loadMaxFile @"d:\mymaxfile\xxx.max" useFileUnits:true quiet:true 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.