System Information
Same on windows 7 / linux ubuntu
Blender Version
Broken: 2.79
Short description of error
Adding driver on bone "hide" or "hide_select" (by hand or API) does'nt display purple color on outliner, and value can still be changed (when for other property driven, there is a warning message displayed in header when you try to change a property where there is a driver)
Exact steps for others to reproduce the error
- Add an armature, go to pose mode
- On bone properties, Display panel, add a driver on "hide" property
- Add a driver with API, on hide_select property : bpy.context.object.data.bones["Bone"].driver_add('hide_select')
- On outliner : no purple on corresponding properties (eye and arrow)
- On display panel, for "hide" property, and on outliner for both --> You can click to switch value (for other driven value, there is a warning "can't edit driven properties"