Blender Git Loki
Git Commits -> Revision 064c439
Revision 064c439 by Nathan Craddock (soc-2019-outliner) July 3, 2019, 01:45 (GMT) |
Outliner: Sync edit and pose bone selection state Syncs selection to and from outliner for bones in both modes. The code for pose bones is acceptable, but edit bones is quite the mess. Something more intelligent needs to be thought of here. |
Commit Details:
Full Hash: 064c4396c79bd300f90180357795e3f20af03b4a
Parent Commit: 1f37ee1
Lines Changed: +84, -2
6 Modified Paths:
/source/blender/editors/armature/armature_select.c (+16, -0) (Diff)
/source/blender/editors/armature/pose_select.c (+3, -0) (Diff)
/source/blender/editors/object/object_select.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_sync.c (+52, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_select.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+10, -0) (Diff)
/source/blender/editors/armature/pose_select.c (+3, -0) (Diff)
/source/blender/editors/object/object_select.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_sync.c (+52, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_select.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+10, -0) (Diff)