Interface: BrushPresetMgr
This Core Interface exposes the Brush Preset Manager to MAXScript.
Available in 3ds Max 8 and higher.
Interface: BrushPresetMgr
Methods:
<boolean>BrushPresetMgr.IsActive()
Returns true if the Brush Preset Manager is active, false if not active.
<void>BrushPresetMgr.OpenPresetMgr()
Opens the Brush Preset Manager.
<void>BrushPresetMgr.AddPreset()
Adds a new Preset.
<void>BrushPresetMgr.LoadPresetFile <filename>file
Loads the supplied Preset file.
<void>BrushPresetMgr.SavePresetFile <filename>file
Saves a Preset file to the supplied file name.