Blender Git Commit Log
Git Commits -> Revision 8eda3dd
Revision 8eda3dd by Henrik Dick (master) September 21, 2020, 19:29 (GMT) |
Weld Modifier: Performance improvement This commit contains the Performance improvement, that was originally proposed in D8966. It improves the performance of the Weld Modifier by a lot. It had a loop with execution time O(N^2) which is now O(N*log(N)) at a bare maximum. |
Commit Details:
Full Hash: 8eda3ddc4f047fcf7d8bd71d4fea958d8005ade8
Parent Commit: 6a9e9be
Committed By: Germano Cavalcante
Lines Changed: +28, -41
1 Modified Path:
/source/blender/modifiers/intern/MOD_weld.c (+28, -41) (Diff)