Blender Git Commit Log

Git Commits -> Revision 9a808e7

Revision 9a808e7 by Jason Hays (master)
July 12, 2011, 19:06 (GMT)
Lots of incomplete changes:
Weight Paint Vertex Select tweaked to act like edit mode's select and Circle select was added, but clipping is not working properly for either.

Select all was added too, but to the Q key until I look into overriding A's select all bones.

The select vertices checkbox was moved to the header, but it does not force face select mask to turn off yet--and it doesn't have the correct icon.

There will definitely be an update tomorrow to fix the problems with all or most of the issues.

Commit Details:

Full Hash: 9a808e7b8cef56befc0e54b254571b41afe242e3
SVN Revision: 38345
Parent Commit: 30412f8
Lines Changed: +149, -30

17 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+0, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+5, -1) (Diff)
/source/blender/editors/include/ED_mesh.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh.c (+59, -0) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+5, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+24, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+33, -16) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021