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>2012-03-03 16:35:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-03 16:35:37 +0400
commit9c18ade898fb613321bf2eb73232a74de7186aab (patch)
tree802da6fd569ba897b9649659e4dab5f6da004f46 /source/blender/bmesh/operators/bmo_triangulate.c
parent9d49fa0e6373d78c794e8472ed3f527392dfabcd (diff)
bmesh edge rotate
* improve check to see if edge rotate can be done, was checking if both edges verts have an edge count of 2, which is really a meaningless test since the verts can have stray edges connected and the result wont work right. instead check if the next verts in both faces share a vertex. * add utility function BM_face_other_vert_loop() which gets the next loop in a face. * add convenience function BM_edge_face_pair() which returns 2 faces for edges that have exactly 2 face users. (saves ugly e->l->radial_next ... in code) and is more readable.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_triangulate.c')
0 files changed, 0 insertions, 0 deletions