Blender Git Loki
Git Commits -> Revision 5731472
Revision 5731472 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) October 4, 2014, 14:14 (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: 57314726122076a8a3ef90cd24c653d3a7164de5
Parent Commit: a44e944
Lines Changed: +33, -38