ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
"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...
Comments
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...
.
maybe this could help you out
i think its posible with some
i think its posible with some callbacks pre/post file open, maybe like this will enough for you