Blender Git Commit Log
Git Commits -> Revision fee8367
Revision fee8367 by Ish Bosamiya (soc-2021-adaptive-cloth) July 16, 2021, 18:00 (GMT) |
adaptive_cloth: Mesh: get elements mutably Useful to get the elements mutably. This does make `Mesh` less "safe" since anyone can add or delete elements without creating/deleting the necessary referencing between the elements but this shouldn't be too much of a problem because it would lead to an instant forced crash when the `Mesh` is used for anything. |
Commit Details:
Full Hash: fee8367e4ab2c9be1edaf79eac8d25ffc7999788
Parent Commit: d6b35a4
Lines Changed: +20, -0
1 Modified Path:
/source/blender/blenkernel/BKE_cloth_remesh.hh (+20, -0) (Diff)