Blender Git Loki
Git Commits -> Revision 869472b
Revision 869472b by Brecht Van Lommel (master) April 23, 2020, 13:41 (GMT) |
Fix T75611: slow transform of many objects at the same time Solve O(n^2) time complexity problem where a dependency graph iterator loops over all nodes to clear flags, which happened for every object at the start of transform. Differential Revision: https://developer.blender.org/D7503 |
Commit Details:
Full Hash: 869472b3f0eb08d5db474c59f380752ad7f69200
Parent Commit: 694c054
Lines Changed: +43, -44
1 Modified Path:
/source/blender/depsgraph/intern/depsgraph_query_foreach.cc (+43, -44) (Diff)