From 7b8e89f29731315c19cb01b07f502dbe18e16ca7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 27 Nov 2017 15:15:56 +1100 Subject: Cleanup: incorrect comment --- source/blender/editors/mesh/editmesh_tools.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/mesh') diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c index bc251869e3d..4b4f1b2afea 100644 --- a/source/blender/editors/mesh/editmesh_tools.c +++ b/source/blender/editors/mesh/editmesh_tools.c @@ -1531,7 +1531,9 @@ void MESH_OT_flip_normals(wmOperatorType *ot) ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO; } -/* only accepts 1 selected edge, or 2 selected faces */ +/** + * Rotate the edges between selected faces, otherwise rotate the selected edges. + */ static int edbm_edge_rotate_selected_exec(bContext *C, wmOperator *op) { Object *obedit = CTX_data_edit_object(C); -- cgit v1.2.3