Blender Git Commit Log
Git Commits -> Revision 8cea605
Revision 8cea605 by Lukas Toenne (hair_system) October 4, 2014, 14:11 (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: 8cea60540d9c7eb040f134580fb4b3056e9408b6
Parent Commit: e2da37f
Lines Changed: +33, -38