I quickly wrote this script that mimics the display option overrides section of the attribute editor. Benefit here is that it applies changes to all selected objects.
Place overrideEnabled.py into your scripts directory and run the following in a python prompt in the script editor:
import overrideEnabled as oe
oeUI = oe.overrideEnabled()
oeUI.create()
Download Here
For some reason I don't see a link to download the script.
ReplyDeleteSorry about that, it's available now.
Delete