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:
authorChris Want <cwant@ualberta.ca>2005-10-25 21:43:22 +0400
committerChris Want <cwant@ualberta.ca>2005-10-25 21:43:22 +0400
commit2efaa059b5be0a53a6c94398083e2d3fa7f884ab (patch)
tree25c24e5e6b6e4cab3f7ec16215d0ed1664746bf6 /source/blender/src/editmesh_loop.c
parent77ad2928c31cbd9a1f2a7769cca27b17fa5c2a1a (diff)
Fix for when knife tool (with path setting) is terminated with ctrl-Enter.
Also, updated the little helper line on the status bar to indicate that terminating with ctrl-Enter leaves only the verts on the cut line selected. Johnny: Please review.
Diffstat (limited to 'source/blender/src/editmesh_loop.c')
-rw-r--r--source/blender/src/editmesh_loop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_loop.c b/source/blender/src/editmesh_loop.c
index 2e6f1e8309c..01ac141f7ef 100644
--- a/source/blender/src/editmesh_loop.c
+++ b/source/blender/src/editmesh_loop.c
@@ -477,7 +477,8 @@ static CutCurve *get_mouse_trail(int *len, char mode)
mywinset(curarea->win);
glDrawBuffer(GL_FRONT);
- headerprint("LMB to draw, Enter to finish, ESC to abort.");
+ headerprint("LMB to draw, Enter to finish (with CTRL to leave only the "
+ "cut line selected), ESC to abort.");
persp(PERSP_WIN);