Blender Git Loki
Git Commits -> Revision 0dd9e55
Revision 0dd9e55 by Campbell Barton (master) November 1, 2019, 17:32 (GMT) |
Fix T71247: Outliner pose toggle looses bone selection The outliner didn't account for weight-paint + pose-mode, making it consider all pose bones unselected. When syncing selection, bones were unselected. This adds a context argument to passed to drawing functions since finding the weight-paint pose-object in the drawing loop isn't efficient. |
Commit Details:
Full Hash: 0dd9e55d211453a6571fb5d3838c7d736434c8ee
Parent Commit: 5840c17
Lines Changed: +147, -119
5 Modified Paths:
/source/blender/editors/space_outliner/outliner_draw.c (+34, -43) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+23, -4) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+51, -64) (Diff)
/source/blender/editors/space_outliner/outliner_sync.c (+9, -8) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+30, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+23, -4) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+51, -64) (Diff)
/source/blender/editors/space_outliner/outliner_sync.c (+9, -8) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+30, -0) (Diff)