Blender Git Commit Log
Git Commits -> Revision ea1335e
Revision ea1335e by Sergey Sharybin (depsgraph_refactor) January 14, 2015, 12:30 (GMT) |
Depsgraph: Don't re-tag operations for update This way we're saving some time in both tagging (by skipping loop over component operations which are tagged already) and scene evaluation (because now we don't have redundant entries in the directly modified operations). This gives about 30% speedup on loading Koro rig file. |
Commit Details:
Full Hash: ea1335e7c104ac5cc8853b64ae9f579d5684868c
Parent Commit: b87a071
Lines Changed: +8, -2