Blender Git Commit Log
Git Commits -> Revision add5dd3
Revision add5dd3 by Campbell Barton (master) November 13, 2012, 05:44 (GMT) |
add an operator for mesh mode switching, this lets python menu for mode setting do mixed selection and extending the selection - just like the buttons in the header. |
Commit Details:
Full Hash: add5dd3797bb09be76e3a1ff04a9f641d1ef23e9
SVN Revision: 52166
Parent Commit: 590dbb8
Lines Changed: +179, -53
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+3, -12) (Diff)
/source/blender/editors/include/ED_mesh.h (+5, -0) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+165, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+4, -41) (Diff)
/source/blender/editors/include/ED_mesh.h (+5, -0) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+165, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+4, -41) (Diff)