[Bf-blender-cvs] [95be98d] master: Comments: clarify BMLoop

Campbell Barton noreply at git.blender.org
Sat Sep 27 09:22:01 CEST 2014


Commit: 95be98dd4325668c7e3af9eae38b6370d31e687e
Author: Campbell Barton
Date:   Sat Sep 27 16:31:40 2014 +1000
Branches: master
https://developer.blender.org/rB95be98dd4325668c7e3af9eae38b6370d31e687e

Comments: clarify BMLoop

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

M	source/blender/bmesh/bmesh.h

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

diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h
index 8b5250b..4efc6aa 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:
  *




More information about the Bf-blender-cvs mailing list