From 9c642781a6f13d3c1a1d7ddc7b6be97e06ee39c6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 19 Mar 2012 20:01:59 +0000 Subject: style cleanup: minor change to bmesh py repr + comment on loop radial next/prev to avoid confusion. --- source/blender/bmesh/bmesh_class.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/bmesh/bmesh_class.h') diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h index ae1f0e04dae..5dc93bfad88 100644 --- a/source/blender/bmesh/bmesh_class.h +++ b/source/blender/bmesh/bmesh_class.h @@ -110,6 +110,8 @@ typedef struct BMLoop { struct BMEdge *e; /* edge, using verts (v, next->v) */ struct BMFace *f; + /* circular linked list of loops which all use the same edge as this one '->e', + * but not necessarily the same vertex (can be either v1 or v2 of our own '->e') */ struct BMLoop *radial_next, *radial_prev; /* these were originally commented as private but are used all over the code */ -- cgit v1.2.3