Blender Git Loki
Git Commits -> Revision 1c5502d
Revision 1c5502d by Sergey Sharybin (blender-v2.78b-release, blender-v2.78c-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2017, 10:36 (GMT) |
Despgraph: Optimize cycles detection algorithm The idea is simple: when falling back to one of the nodes which was partially handled we "resume" checking outgoing relations from the index which we stopped. This gives about 15-20% depsgraph construction time save. |
Commit Details:
Full Hash: 1c5502def8afeb502b7815254e5f27138eb42026
Parent Commit: 34199e8
Lines Changed: +23, -17