ScriptSpot

Forum topic · General Scripting

Max Silent Mode - similar as a VRaySilentMode

By tomastnt · 2012-12-24

Description

Hi buddies
is there any option to set Max in a silent mode similar to vray silent mode? setVRaySilentMode()
vray silent mode automatically closes any vray dialogs through opening vray scenes, where can be a problem with old vray setting, sun and other systems.
I would like to automatically close Gamma or missing texture dialogs through opening max scenes.

Thanks.

Comments (2)

fajar · 2012-12-25

loadMaxFile "xxx.max" quiet:true...?

or

mergeMAXFile "xxx.max" quiet:true...

look at the help of maxscript.....

tomastnt · 2012-12-25

thank you, works very well