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>2007-09-08 06:08:51 +0400
committerMatt Ebb <matt@mke3.net>2007-09-08 06:08:51 +0400
commitbdad8d0de6f8a92b7b0b2545c5520fac29272e23 (patch)
tree7f234866c9c98098c7f171e500ec1ef11fcf1963 /source/blender/src
parentd00894c45c4b4dd043206e862a3d220c1e1b512c (diff)
* Tweaked the knife tool header info text, making mention of the previously hidden ability to use MMB to constrain to screen axes.
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/editmesh_loop.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/src/editmesh_loop.c b/source/blender/src/editmesh_loop.c
index 013a6b2947b..c44a0607464 100644
--- a/source/blender/src/editmesh_loop.c
+++ b/source/blender/src/editmesh_loop.c
@@ -515,13 +515,12 @@ static CutCurve *get_mouse_trail(int *len, char mode, char cutmode, struct GHash
G.scene->selectmode = oldmode;
}
glDrawBuffer(GL_FRONT);
- headerprint("LMB to draw, CTRL while drawing for vertex snap. Enter to finish (with CTRL to leave only the "
- "cut line selected), ESC to abort.");
+ headerprint("(LMB) draw, (Ctrl held while drawing) snap to vertex, (MMB) constrain to x/y screen axis, (Enter) cut "
+ "(with Ctrl to select cut line), (Esc) cancel");
}
else{
glDrawBuffer(GL_FRONT);
- headerprint("LMB to draw, Enter to finish (with CTRL to leave only the "
- "cut line selected), ESC to abort.");
+ headerprint("(LMB) draw, (MMB) constrain to x/y screen axis, (Enter) cut (with Ctrl to select cut line), (Esc) cancel");
}
persp(PERSP_WIN);