note in bisect tooltip that you need to click-drag the plane.

This commit is contained in:
2013-10-14 08:45:43 +00:00
parent 3cfd933d94
commit a00c693f99

View File

@@ -300,7 +300,7 @@ void MESH_OT_bisect(struct wmOperatorType *ot)
/* 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 */