Blender Git Loki
Git Commits -> Revision 8fda93a
Revision 8fda93a by Sebastian Parborg (master) August 17, 2020, 10:39 (GMT) |
Cleanup: Change BLI_bitmap for BLI_edgeset for internal springs The BLI_bitmap had the potential to eat a lot of memory as it was a dense map between all the vertices in the mesh. Now we instead use BLI_edgeset so that we only store data when needed (creating a spare map instead of a dense). |
Commit Details:
Full Hash: 8fda93a4058ac4437d53279c909a44f8eb5b881c
Parent Commit: b2d9020
Lines Changed: +6, -7
1 Modified Path:
/source/blender/blenkernel/intern/cloth.c (+6, -7) (Diff)