Blender Git Commit Log
Git Commits -> Revision 53033ff
Revision 53033ff by Ish Bosamiya (soc-2021-adaptive-cloth) August 14, 2021, 09:18 (GMT) |
adaptive_cloth: fix: Mesh: collapse edge: can lead to loose edges There are some edge cases (:P) that can lead to the creation of loose edges when collapsing the edge. Suppose v2 has an edge that contains only 1 face and this face also contains v1, the face was deleted but the remaining edge between v2 and ov, remained. This causes the loose edge. The simple check and deletion of such an edge fixes this bug. |
Commit Details:
Full Hash: 53033ffd11d2e04a4b90b6d1728c6213cd988725
Parent Commit: e4165cd
Lines Changed: +15, -0
1 Modified Path:
/source/blender/blenkernel/BKE_cloth_remesh.hh (+15, -0) (Diff)