Blender Git Commit Log
Git Commits -> Revision a027f4e
Revision a027f4e by Ish Bosamiya (soc-2021-adaptive-cloth) July 15, 2021, 04:08 (GMT) |
adaptive_cloth: fix: Mesh: split edge: reference is broken The reference to the edge is broken because adding or deleting an edge can realloc memory which means all the references are invalid. So just need to recreate the references after a addition or deletion of an element. Would really appreciate a borrow checker to handle such instances. |
Commit Details:
Full Hash: a027f4ea4bcc7597e531da49379ff2c5283ca2fd
Parent Commit: a1a8608
Lines Changed: +2, -1
1 Modified Path:
/source/blender/blenkernel/BKE_cloth_remesh.hh (+2, -1) (Diff)