Blender Git Loki
Git Commits -> Revision 088579f
Revision 088579f by Joseph Eagar (master) May 18, 2009, 10:29 (GMT) |
selection now works. next up, undo, and also need to track down an odd bug with face selection and the subdivide tool, which may be related to the bmesh derivedmesh not being refreshed often enough. also committing a start on a set of docs, which are in mediawiki format. |
Commit Details:
Full Hash: 088579f36bc5c9c0cf65c23cba68dfd64abb0bba
SVN Revision: 20256
Parent Commit: 0ba863d
Lines Changed: +456, -335
1 Added Path:
/source/blender/editors/mesh/bmesh_tools.c (+274, -0) (View)
12 Modified Paths:
/source/blender/bmesh/bmesh.h (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_marking.c (+3, -3) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.c (+1, -1) (Diff)
/source/blender/editors/include/ED_mesh.h (+9, -1) (Diff)
/source/blender/editors/mesh/bmeshutils.c (+137, -43) (Diff)
/source/blender/editors/mesh/bmeshutils_mods.c (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+0, -69) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+2, -187) (Diff)
/source/blender/editors/mesh/meshtools.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+7, -7) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+10, -12) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+9, -9) (Diff)
/source/blender/bmesh/intern/bmesh_marking.c (+3, -3) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.c (+1, -1) (Diff)
/source/blender/editors/include/ED_mesh.h (+9, -1) (Diff)
/source/blender/editors/mesh/bmeshutils.c (+137, -43) (Diff)
/source/blender/editors/mesh/bmeshutils_mods.c (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+0, -69) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+2, -187) (Diff)
/source/blender/editors/mesh/meshtools.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+7, -7) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+10, -12) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+9, -9) (Diff)