Blender Git Loki
Git Commits -> Revision dcc59e5
Revision dcc59e5 by Jorge Rodriguez (soc-2012-bratwurst) July 18, 2012, 22:29 (GMT) |
Introduce an operator which switches to edit mode and activates a specific edit selection mode at the same time. This lets a designer create buttons that go to a specific edit selection mode when the user is in object mode. Use this operator to implement more functionality for the floating controls. |
Commit Details:
Full Hash: dcc59e5b52db14e3528d9a6ced9e515666d8a874
SVN Revision: 49047
Parent Commit: f182871
Lines Changed: +96, -72
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+24, -4) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+69, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+2, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+0, -68) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+69, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+2, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+0, -68) (Diff)