Blender Git Commit Log
Git Commits -> Revision 1b5a2cf
Revision 1b5a2cf by Ish Bosamiya (soc-2021-adaptive-cloth) July 14, 2021, 07:33 (GMT) |
adaptive_cloth: Mesh: is_edge_flippable(): works with across_seams It is useful to know if the "3D edge" is flippable or not. This is essentially done by going over all the `Edge` formed by the `Node`s of the `Edge` and working with all those faces as a whole. Here we also need to ensure that the edge is not on a seam. It actually might be possible to optimize this and remove the boundary check entirely. |
Commit Details:
Full Hash: 1b5a2cf3250229daa1458bfcae60801119d8e198
Parent Commit: 2f8a2fa
Lines Changed: +36, -3