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:
authorCampbell Barton <ideasman42@gmail.com>2013-10-14 12:45:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-14 12:45:43 +0400
commita00c693f995c655dc29d19e6bde1837e6d30881f (patch)
treea401ca607d085ea4d8c58f75d292a0a3c923052e /source/blender/editors/mesh/editmesh_bisect.c
parent3cfd933d947659c5b7abd8d8521b2ebff312dacc (diff)
note in bisect tooltip that you need to click-drag the plane.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_bisect.c')
-rw-r--r--source/blender/editors/mesh/editmesh_bisect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_bisect.c b/source/blender/editors/mesh/editmesh_bisect.c
index 5431b1deb1c..7b5a6e50d9f 100644
--- a/source/blender/editors/mesh/editmesh_bisect.c
+++ b/source/blender/editors/mesh/editmesh_bisect.c
@@ -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 */