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:
authorJean-Luc Peurière <jlp@nerim.net>2006-02-11 15:07:55 +0300
committerJean-Luc Peurière <jlp@nerim.net>2006-02-11 15:07:55 +0300
commit85afaeaf78086937142b6f24a0b0212a53879bbc (patch)
tree5a14716ba4c2c2215c989fa2d81892bc8c6d73ff /source/blender/src/toolbox.c
parent11adcb6cf28bddadf2bb40db3b64dccc6cc61690 (diff)
Applying patch #3826
smooth and bevel shortcuts listed in menus and toolbox were incorrect. no new functionality
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 5576b8b6ae6..992ee099c91 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1803,7 +1803,7 @@ static TBitem tb_mesh_edit_vertex[]= {
{ 0, "Split|Y", 4, NULL},
{ 0, "Separate|P", 3, NULL},
{ 0, "SEPR", 0, NULL},
-{ 0, "Smooth|W, 0", 2, NULL},
+{ 0, "Smooth|W, Alt 1", 2, NULL},
{ 0, "Remove Doubles|W, 5", 1, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Make Vertex Parent|Ctrl P", 0, NULL},
@@ -1813,7 +1813,7 @@ static TBitem tb_mesh_edit_vertex[]= {
static TBitem tb_mesh_edit_edge[]= {
{ 0, "Make Edge/Face|F", 5, NULL},
{ 0, "SEPR", 0, NULL},
-{ 0, "Bevel|W, Alt 1", 6, NULL},
+{ 0, "Bevel|W, Alt 2", 6, NULL},
{ 0, "Loop Subdivide|Ctrl R", 4, NULL},
{ 0, "Knife Subdivide...|Shift K", 3, NULL},
{ 0, "SEPR", 0, NULL},
@@ -1841,8 +1841,8 @@ static TBitem tb_mesh_edit_face[]= {
{ 0, "Convert to Triangles|Ctrl T", 2, NULL},
{ 0, "Convert to Quads|Alt J", 3, NULL},
{ 0, "Flip Triangle Edges|Ctrl F", 4, NULL},
-{ 0, "Set Smooth|W, Alt 4", 6, NULL},
-{ 0, "Set Solid|W, Alt 5", 7, NULL},
+{ 0, "Set Smooth|W, Alt 3", 6, NULL},
+{ 0, "Set Solid|W, Alt 4", 7, NULL},
{ -1, "", 0, do_view3d_edit_mesh_facesmenu}};