Hey I'm trying to make a button that turns off Selection Brackets in max2012. So far, what I've got works in 2015 but not in 2012 which is really annoying. Could someone here help me out? Here's what I've got so far:
disp = NitrousGraphicsManager.GetActiveViewportSetting()
disp.ShowSelectionBracketsEnabled = not disp.ShowSelectionBracketsEnabled
Any help would be greatly appreciated. Thanks!!!