Blender Git Commit Log
Git Commits -> Revision 0ac66ad
Revision 0ac66ad by Campbell Barton (master) December 23, 2012, 01:54 (GMT) |
initial support for 'occlude background geometry' in weight paint mode. Only support mouse vertex select at the moment. |
Commit Details:
Full Hash: 0ac66ada2d307ca8e7c82ea5b47ff73611cff55f
SVN Revision: 53285
Parent Commit: 8067205
Lines Changed: +88, -28
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+2, -1) (Diff)
/source/blender/editors/include/ED_mesh.h (+3, -3) (Diff)
/source/blender/editors/mesh/editface.c (+1, -1) (Diff)
/source/blender/editors/mesh/meshtools.c (+67, -15) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+5, -5) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+6, -2) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+4, -1) (Diff)
/source/blender/editors/include/ED_mesh.h (+3, -3) (Diff)
/source/blender/editors/mesh/editface.c (+1, -1) (Diff)
/source/blender/editors/mesh/meshtools.c (+67, -15) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+5, -5) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+6, -2) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+4, -1) (Diff)