[Bf-blender-cvs] [7b8e89f2973] master: Cleanup: incorrect comment

Campbell Barton noreply at git.blender.org
Mon Nov 27 05:03:41 CET 2017


Commit: 7b8e89f29731315c19cb01b07f502dbe18e16ca7
Author: Campbell Barton
Date:   Mon Nov 27 15:15:56 2017 +1100
Branches: master
https://developer.blender.org/rB7b8e89f29731315c19cb01b07f502dbe18e16ca7

Cleanup: incorrect comment

===================================================================

M	source/blender/editors/mesh/editmesh_tools.c

===================================================================

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);



More information about the Bf-blender-cvs mailing list