Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Matthews <johnny.matthews@gmail.com>2004-08-21 01:22:47 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2004-08-21 01:22:47 +0400
commitea30bc3e2a3f41010159508cdd155bf3430b68bb (patch)
treed1b866193bf92e90057016445bde9976db38cc86 /source/blender/src/toolbox.c
parentf1ff79e5afb0ad9a880a047506abd8375cbb7da8 (diff)
This commit adds the 'Rotate Edges' functionality. Select edges and ctrl-E and choose rotate edges. is also in the mesh->edges menus in 3d header and toolbox. I put it here since there was not concensus about replacing the code for CTRL-F with this code.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index fd4c7274eb1..2c6094908a7 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1717,6 +1717,8 @@ static TBitem tb_mesh_edit_edge[]= {
{ 0, "Clear Seam|Ctrl E", 8, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Crease SubSurf|Shift E", 9, NULL},
+{ 0, "SEPR", 0, NULL},
+{ 0, "Rotate Edges|Ctrl E", 10, NULL},
{ -1, "", 0, do_view3d_edit_mesh_edgesmenu}};
static TBitem tb_mesh_edit_face[]= {