[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11969] trunk/blender/source/blender/src/ editmesh_loop.c: * Tweaked the knife tool header info text, making mention of the previously hidden ability to use MMB to constrain to screen axes .

Matt Ebb matt at mke3.net
Sat Sep 8 04:08:52 CEST 2007


Revision: 11969
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11969
Author:   broken
Date:     2007-09-08 04:08:51 +0200 (Sat, 08 Sep 2007)

Log Message:
-----------
* Tweaked the knife tool header info text, making mention of the previously hidden ability to use MMB to constrain to screen axes.

Modified Paths:
--------------
    trunk/blender/source/blender/src/editmesh_loop.c

Modified: trunk/blender/source/blender/src/editmesh_loop.c
===================================================================
--- trunk/blender/source/blender/src/editmesh_loop.c	2007-09-08 01:03:57 UTC (rev 11968)
+++ trunk/blender/source/blender/src/editmesh_loop.c	2007-09-08 02:08:51 UTC (rev 11969)
@@ -515,13 +515,12 @@
 			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);





More information about the Bf-blender-cvs mailing list