NEW in 3ds Max 2016: The CreaseExplorerManager Core Interface provides methods to manage the Crease Explorer window including programmatically opening and closing it, as well as loading and saving its configuration to disk.
Interfaces > Core Interfaces > CreaseExplorerManager |
<bool>CreaseExplorerManager.OpenCreaseExplorer()
Opens the Crease Explorer window.
Returns True on success, even if the Crease Explorer window is already open.
<bool>CreaseExplorerManager.CloseCreaseExplorer()
Closes the Crease Explorer window.
Returns True on success, even if the Crease Explorer window is already closed.
<bool>CreaseExplorerManager.IsCreaseExplorerOpen()
Returns True if the Crease Explorer window is open, False if it is closed.
<bool>CreaseExplorerManager.LoadCreaseExplorerConfiguration <&TSTR>configurationFile configurationFile is In parameter
Loads the specified Crease Explorer configuration file.
Returns False on failure. For example, if the specified configuration file is invalid.
<bool>CreaseExplorerManager.SaveCreaseExplorerConfiguration <&TSTR>outputConfigurationFile outputConfigurationFile is In parameter
Saves the current Crease Explorer settings to the specified configuration file.
Returns False on failure. For example, if the specified configuration file path is invalid.