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>2005-08-08 01:47:08 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-08-08 01:47:08 +0400
commit11e21a8bacaa771221172dbaacd7b1c279db16d2 (patch)
treede705a99c861beb07527b3f25ae337dca0c609bb /source/blender/src/toolbox.c
parent941d5ae44e1bb090be73d1e545074d14397fcbaa (diff)
Clean up spaces (make into tabs) in editmesh_tools
Also add menu items for Edgeloop Delete
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 29bff2d3532..4bf86b1fbcb 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1738,6 +1738,7 @@ static TBitem tb_mesh_edit_edge[]= {
{ 0, "Rotate Edge CCW|Ctrl E", 11, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Edgeslide|Ctrl E", 12, NULL},
+{ 0, "Edge Loop Delete|Ctrl E", 13, NULL},
{ -1, "", 0, do_view3d_edit_mesh_edgesmenu}};
static TBitem tb_mesh_edit_face[]= {