Blender Git Commit Log
Git Commits -> Revision eb50caf
Revision eb50caf by Sergey Sharybin (depsgraph_refactor) February 13, 2015, 13:54 (GMT) |
Depsgraph: Avoid duplicated relations from being created This is also not totally bad thing, but avoid duplicated relations would help making depsgraph traversal more optimal at least. Plus it'll give some memory save :) Code which ensures there's no duplicated relations is commented out still since IK solvers still needs more work for this. |
Commit Details:
Full Hash: eb50caf6ed285cc67c33f63a8546c860c479a05e
Parent Commit: e8639f1
Lines Changed: +91, -68