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