Blender Git Commit Log
Git Commits -> Revision c1cdeb3
Revision c1cdeb3 by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 17:24 (GMT) |
Removed block matrix indices storage from ClothSpring struct. This is not necessary: the implicit solver data can keep track instead of how many off-diagonal matrix blocks are in use (provided the allocation limit is calculated correctly). Every time a spring is created it then simply increments this counter and uses the block index locally - no need to store this persistently. |
Commit Details:
Full Hash: c1cdeb3e6d378cbb51c2c8d053c19d04f7c0dfa8
Parent Commit: d933ea1
Lines Changed: +33, -38