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-08-29 23:02:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-29 23:02:07 +0400
commit02773c7f28616fcccb1ca60d2125c32b9fa86ed8 (patch)
tree4a984926e599f743a6709facc2caf334df65100c /source/blender/editors/mesh/editmesh_bisect.c
parent07994d6f505622ca9c572064f54c9a53525f8662 (diff)
don't show screen-space-line start/end points in operator redo panel.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_bisect.c')
-rw-r--r--source/blender/editors/mesh/editmesh_bisect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/editmesh_bisect.c b/source/blender/editors/mesh/editmesh_bisect.c
index b8d53116d66..79b49fa38da 100644
--- a/source/blender/editors/mesh/editmesh_bisect.c
+++ b/source/blender/editors/mesh/editmesh_bisect.c
@@ -151,8 +151,7 @@ static int mesh_bisect_modal(bContext *C, wmOperator *op, const wmEvent *event)
ret = WM_gesture_straightline_modal(C, op, event);
if (ret & (OPERATOR_FINISHED | OPERATOR_CANCELLED)) {
- if (opdata)
- edbm_bisect_exit(C, &opdata_back);
+ edbm_bisect_exit(C, &opdata_back);
}
return ret;