In Quiet Mode, dialogs participating in the new Default Action system will be suppressed, and user-defined actions will be performed instead.
The actions that can be specified are: #logmsg , #logToFile , and #abort . In addition, you can specify an integer value, where the bits specify event ID specific actions.
A #default action option is available in 3ds Max 8 and higher. When #default is specified, the current defaultAction context state is used.By default, the quiet mode is off unless specified otherwise using the context.
If you set Quiet mode but do not specify an action for an event, the default action is typically to log to the log file and continue.
Returns true if quiet mode is set, or 3ds Max is in net render mode
Sets quiet mode on or off. Returns previous mode value.
The syntax for MAXScript methods that use the Default Action system are:
If true , suppress participating dialogs.
In previous versions, the default was false . In 3ds Max 8 and higher, the default is the current quiet mode.
Actions to take on Missing External Files, where <actions> is : #logmsg , #logToFile , #abort , #default and/or an integer, or an array of one or more of those items.
If #logmsg is specified as action, the by-reference variable will be filled in with array of the missing external file names.
Actions to take on Missing UVWs, where <actions> is: #logmsg , #logToFile , #abort , #default and/or an integer, or an array of one or more of those items.
If #logmsg is specified as action, the by-reference variable will be filled in with array of strings containing the missing map channel and node name.
Actions to take on Unsupported Render Effects, where <actions> is: #logmsg , #logToFile , #abort , #default and/or an integer, or an array of one or more of those items. Available in 3ds Max 8 and higher.
If #logmsg is specified as action, the by-reference variable will be filled in with array of the unsupported render effect names. Available in 3ds Max 8 and higher.
If true , suppress participating dialogs.
In previous versions, the default was false . In 3ds Max 8 and higher, the default is the current quiet mode.
Actions to take on Missing External Files, where <actions> is: #logmsg , #logToFile , #abort , #default and/or an integer, or an array of one or more of those items.
If #logmsg is specified as action, the by-reference variable will be filled in with array of the missing external file names.
Actions to take on Missing DLLs, where <actions> is: #logmsg , #logToFile , #abort , #default and/or an integer, or an array of one or more of those items
If #logmsg is specified as action, the by-reference variable will be filled in with array of strings containing the missing dll file and class name.
Actions to take on Missing Xrefs, where <actions> is: #logmsg , #logToFile , #abort , #default and/or an integer, or an array of one or more of those items
If #logmsg is specified as action, the by-reference variable will be filled in with array of strings containing the missing XRef files and/or XRef object names.
If true , suppress participating dialogs.
In previous versions, the default was false . In 3ds Max 8 and higher, the default is the current quiet mode.
Actions to take on Missing DLLs, where <actions> is: #logmsg , #logToFile , #abort , #default and/or an integer, or an array of one or more of those items.
If #logmsg is specified as action, the by-reference variable will be filled in with array of strings containing the missing dll file and class name.
Actions to take on Missing External Files, where <actions> is: #logmsg , #logToFile , #abort and/or an integer, or an array of one or more of those items. Available in 3ds Max 8 and higher.
If #logmsg is specified as action, the by-reference variable will be filled in with array of the missing external file names. Available in 3ds Max 8 and higher.
Actions to take on Missing Xrefs, where <actions> is: #logmsg , #logToFile , #abort and/or an integer, or an array of one or more of those items. Available in 3ds Max 8 and higher.
If #logmsg is specified as action, the by-reference variable will be filled in with array of strings containing the missing XRef files and/or XRef object names. Available in 3ds Max 8 and higher.
If true , suppress participating dialogs.
In previous versions, the default was false . In 3ds Max 8 and higher, the default is the current quiet mode.
Actions to take on Missing DLLs, where <actions> is: #logmsg , #logToFile , #abort , #default and/or an integer, or an array of one or more of those items
If #logmsg is specified as action, the by-reference variable will be filled in with array of strings containing the missing dll file and class name.