Wednesday, September 5, 2012

Override Enabled

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

2 comments: