Interfaces > Core Interfaces > MaterialExplorerManager |
The MaterialExplorerManager Core Interface exposes methods for interacting with the Material Explorer feature.
Available in 3ds Max 2010 and higher.
Returns true on success (even if the Material Explorer was already open), false on failure.
Returns true on success (even if the Material Explorer was already closed), false on failure.
Returns true if the Material Explorer is open, false if it is closed.
<boolean>MaterialExplorerManager.LoadMaterialExplorerConfiguration <&TSTR>configurationFile configurationFile is In parameter
Loads the given configuration file into the Material Explorer.
Returns true on success, false otherwise.
<boolean>MaterialExplorerManager.SaveMaterialExplorerConfiguration <&TSTR>outputConfigurationFile outputConfigurationFile is In parameter
Saves the current settings of the Material Explorer to the given configuration file.