GameExporter: UtilityPlugin

Exposes the Real-Time Exporter (formerly called the GameExporter) Utility to MAXScript, providing methods to open the dialog and test whether it is currently displayed. Available in in 3ds Max 2017 and higher.

Constructor:

Class instances not creatable by MAXScript

Usage:

To display the Real-Time Exporter Utility in the Utility tab of the Command Panel, you can use:

UtilityPanel.OpenUtility GameExporter

Related Methods:

<boolean>GameExporterOpenDialog()

Opens the Real-Time Exporter dialog.

Returns True on success, False on failure.

<boolean>GameExporterHideDialog()

Closes the Real-Time Exporter dialog.

Returns True on success, False on failure.

<boolean>GameExporterShown()

Returns True if the Real-Time Exporter dialog is shown, False otherwise.