Blender Git Commit Log
Git Commits -> Revision acaf87d
Revision acaf87d by Ish Bosamiya (soc-2021-adaptive-cloth) August 6, 2021, 05:05 (GMT) |
adaptive_cloth: AdaptiveMesh: flip edges: set edge size It is important to set the edge size for all the newly created edges. Limit the number of loops, it can easily become an infinite loop. There should be a better solution for this but cannot think of one as of right now. Always check if the edge is still flippable or not. Again, this couldn't be solved with a different flip edge algorithm where the new edge is always added, but right now, that isn't possible. |
Commit Details:
Full Hash: acaf87d88c71c0b385cc03a92552fad014f1f01a
Parent Commit: e3947df
Lines Changed: +14, -1
1 Modified Path:
/source/blender/blenkernel/intern/cloth_remesh.cc (+14, -1) (Diff)