Blender Git Commit Log
Git Commits -> Revision 4d7b919
Revision 4d7b919 by Ish Bosamiya (soc-2021-adaptive-cloth) July 9, 2021, 05:58 (GMT) |
adaptive_cloth: Mesh: write to MeshIO: allow gaps in the Arena(s) There can be gaps in the `Arena`s introduced due to removing elements in the middle of the `Arena`. Now this can lead to wrong indexing when writing the positions and the uvs. For this, create a `Map` between the element's arena index and it's true index in the vectors created for them. |
Commit Details:
Full Hash: 4d7b9197037bab7848b0c1763be6e9e855a9ff89
Parent Commit: a33623b
Lines Changed: +35, -14