Blender Git Loki
Git Commits -> Revision f1c0570
Revision f1c0570 by Ish Bosamiya (soc-2021-adaptive-cloth) August 28, 2021, 10:37 (GMT) |
adaptive_cloth: MeshDiff: remove elements that don't exist in mesh It is possible to create a MeshDiff which is updated to remove a certain element that was initially added. So the added element index is no longer valid and should be removed. This function removes elements from the `added_elements` lists that no longer exist in the mesh. |
Commit Details:
Full Hash: f1c057006b774a276a238e92d1f8afc8baeba1b0
Parent Commit: 33a37c8
Lines Changed: +38, -0
1 Modified Path:
/source/blender/blenkernel/BKE_cloth_remesh.hh (+38, -0) (Diff)