Blender Git Commit Log

Git Commits -> Revision 6f8d993

Revision 6f8d993 by Nathan Craddock (master)
May 23, 2020, 16:36 (GMT)
Fix T76578: Show bone visibility driver in outliner

Allow setting drivers and keyframes for the bone visibility restriction
icon in the outliner. Before the button was a simple icon button, but it
is now connected to the RNA property to show the driven or keyframed
state.

Also when hiding a bone from the outliner it would be deselected, but
from the properties editor it would remain selected. This moves the
deselection to the RNA update function to ensure the bone is always
deselected.

Differential Revision: https://developer.blender.org/D7825

Commit Details:

Full Hash: 6f8d99322cf65d7cb24e9949d371e6bbdc726cd5
Parent Commit: b4613e0
Lines Changed: +44, -27

3 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_bone.py (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+27, -25) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+16, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021