Blender Git Commit Log
Git Commits -> Revision 4e2a103
Revision 4e2a103 by Ish Bosamiya (soc-2021-adaptive-cloth) August 5, 2021, 05:44 (GMT) |
adaptive_cloth: fix: mesh: flip edge: edge might already exist It is possible that there might already be an edge between ov1 and ov2 so it is best to not create a new edge between those because edges between verts should always be unique for all the algorithms to work correctly. It is a case that shouldn't show up too often but when it does, it will be interesting to see what happens in the static remeshing part. The number of faces remains the same but number of edges can change (reduce only). |
Commit Details:
Full Hash: 4e2a10352dad5c66fc638bb4d84c80954c5d011c
Parent Commit: cb9424b
Lines Changed: +20, -5
1 Modified Path:
/source/blender/blenkernel/BKE_cloth_remesh.hh (+20, -5) (Diff)