[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60746] trunk/blender/source/blender/ editors/mesh/editmesh_bisect.c: note in bisect tooltip that you need to click-drag the plane.

Campbell Barton ideasman42 at gmail.com
Mon Oct 14 10:45:43 CEST 2013


Revision: 60746
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60746
Author:   campbellbarton
Date:     2013-10-14 08:45:43 +0000 (Mon, 14 Oct 2013)
Log Message:
-----------
note in bisect tooltip that you need to click-drag the plane.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/mesh/editmesh_bisect.c

Modified: trunk/blender/source/blender/editors/mesh/editmesh_bisect.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/editmesh_bisect.c	2013-10-14 08:23:57 UTC (rev 60745)
+++ trunk/blender/source/blender/editors/mesh/editmesh_bisect.c	2013-10-14 08:45:43 UTC (rev 60746)
@@ -300,7 +300,7 @@
 
 	/* identifiers */
 	ot->name = "Bisect";
-	ot->description = "Cut geometry along a plane";
+	ot->description = "Cut geometry along a plane (click-drag to define plane)";
 	ot->idname = "MESH_OT_bisect";
 
 	/* api callbacks */




More information about the Bf-blender-cvs mailing list