Blender Git Commit Log
Git Commits -> Revision a56baae
Revision a56baae by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 11, 2014, 09:14 (GMT) |
Optimized matrix filling using the Eigen triplets method. Otherwise the construction of matrices becomes very slow for larger vertex counts because adding a new element is O(n), making it O(n^2) in total. |
Commit Details:
Full Hash: a56baae7ceec5b0f84d3bcba7f3b577ce689dbf1
Parent Commit: 1f38343
Lines Changed: +86, -45