note in bisect tooltip that you need to click-drag the plane.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user