Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-10 01:37:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-10 01:38:19 +0300
commit201865b6f7e5a55fbbdc6d524f2001f1a13bea8b (patch)
treebe8308191a2c5aae698b943a8f974b8bc6d12810 /source/blender/editors/uvedit/uvedit_smart_stitch.c
parentde0801c3d6e143cfa639e1df4fc852b0493a1308 (diff)
Cleanup: update old comments
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_smart_stitch.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_smart_stitch.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.c b/source/blender/editors/uvedit/uvedit_smart_stitch.c
index 5c4dc90f112..8ebf000baaa 100644
--- a/source/blender/editors/uvedit/uvedit_smart_stitch.c
+++ b/source/blender/editors/uvedit/uvedit_smart_stitch.c
@@ -129,8 +129,10 @@ typedef struct UvEdge {
/** general use flag
* (Used to check if edge is boundary here, and propagates to adjacency elements) */
uchar flag;
- /** element that guarantees element->face
- * has the edge on element->tfindex and element->tfindex+1 is the second uv */
+ /**
+ * Element that guarantees `element.l` has the edge on
+ * `element.loop_of_poly_index` and `element->loop_of_poly_index + 1` is the second UV.
+ */
UvElement *element;
/** next uv edge with the same exact vertices as this one.
* Calculated at startup to save time */