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:
authorMatt Ebb <matt@mke3.net>2005-11-05 21:40:07 +0300
committerMatt Ebb <matt@mke3.net>2005-11-05 21:40:07 +0300
commit9bba0e889eae02aec159ffba21a18e429802a9b3 (patch)
treee50c6f3788d42516928ab8301545b4fbe7428182 /source/blender/src/toolbox.c
parentbb1471878d4d778d38369b040a99e7183449ba1e (diff)
* 3D View menus updates. mainly just adding missing functionality
that only had hotkey access before and tweaking organisation of new stuff.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 11dcdfe653f..1b67db6cd0a 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1717,6 +1717,7 @@ static TBitem tb_curve_edit[]= {
static TBitem tb_mesh_edit_vertex[]= {
{ 0, "Merge...|Alt M", 5, NULL},
+{ 0, "Rip|V", 7, NULL},
{ 0, "Split|Y", 4, NULL},
{ 0, "Separate|P", 3, NULL},
{ 0, "SEPR", 0, NULL},
@@ -1746,8 +1747,8 @@ static TBitem tb_mesh_edit_edge[]= {
{ 0, "Rotate Edge CW|Ctrl E", 10, NULL},
{ 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},
+{ 0, "Slide Edge|Ctrl E", 12, NULL},
+{ 0, "Delete Edge Loop|X", 13, NULL},
{ -1, "", 0, do_view3d_edit_mesh_edgesmenu}};
static TBitem tb_mesh_edit_face[]= {