From 95be98dd4325668c7e3af9eae38b6370d31e687e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 27 Sep 2014 16:31:40 +1000 Subject: Comments: clarify BMLoop --- source/blender/bmesh/bmesh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh/bmesh.h') diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index 8b5250b7c1e..4efc6aa16f8 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -58,8 +58,8 @@ * * \subsection bm_loop The Loop * - * Loops define the boundary loop of a face. Each loop logically corresponds to an edge, - * which is defined by the loop and next loop's vertices. + * Each loop connects the face to one of its corner vertices, + * and also references an edge which connects this loop's vertex to the next loop's vertex. * * Loops store several handy pointers: * -- cgit v1.2.3