Blender Git Loki
Git Commits -> Revision e3947df
Revision e3947df by Ish Bosamiya (soc-2021-adaptive-cloth) August 5, 2021, 09:39 (GMT) |
adaptive_cloth: AdaptiveMesh: splittable edges indices set changes Earlier, an edge wouldn't be tested for if one of it's verts was already selected (for another edge). This would seems almost correct but leads to non symmetrical remeshing. So it makes sense to get all the splittable edges, sort them based on their size and then split the edge only if it still exists in the mesh. So changes added: Give the entire set of splittable edges instead of maximally independent. Sort the set based on the edge size. |
Commit Details:
Full Hash: e3947dfd103404a37527139054973d58f3a53db6
Parent Commit: 84562e2
Lines Changed: +49, -9
1 Modified Path:
/source/blender/blenkernel/intern/cloth_remesh.cc (+49, -9) (Diff)