Blender Git Loki
Git Commits -> Revision 49ad734
Revision 49ad734 by Campbell Barton (master) May 25, 2011, 10:07 (GMT) |
fix [#27479] Missing 'Select vertex groups under the cursor' in weight paint mode really todo :) but still needs to be done. Split this into 2 operators, works like 2.4x - Ctrl+LMB samples weight. - Shift+LMB selects vertex groups. |
Commit Details:
Full Hash: 49ad7345af5d7168423cfe5675fbfdfd5b86d04c
SVN Revision: 36891
Parent Commit: 3cfa9a2
Lines Changed: +191, -126
5 Modified Paths:
/source/blender/editors/interface/interface_layout.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+178, -126) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+178, -126) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+2, -0) (Diff)