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 */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to