Blender Git Commit Log
Git Commits -> Revision c5ed6fa
Revision c5ed6fa by Ish Bosamiya (soc-2021-adaptive-cloth) July 13, 2021, 05:06 (GMT) |
adaptive_cloth: fix: Mesh: collapse_edge_triangulate() invalid faces generated The edge between v1 and ov should be removed only if the edge doesn't have any linked faces. If it has any linked faces, it will make those faces invalid and cause problems down the line. For the face to have (v2, ov, vx), this becomes impossible since (v1, ov) has been removed, this is wrong. |
Commit Details:
Full Hash: c5ed6fab1fa46610e7d2947539ab99b0fafa192e
Parent Commit: 84a0df0
Lines Changed: +6, -24
1 Modified Path:
/source/blender/blenkernel/BKE_cloth_remesh.hh (+6, -24) (Diff)