Blender Git Loki
Git Commits -> Revision 6ef4418
Revision 6ef4418 by Joshua Leung (depsgraph_refactor) December 30, 2014, 00:19 (GMT) |
Get rid of verify_entry_exit_operations() This was a holdover from the initial implementation, when we tried to do everything in a single pass, and we couldn't be sure if a component's start/end operations had been created yet (i.e. since some components may have only been partially created). Following discussion with Sergey, we've concluded that this is redundant |
Commit Details:
Full Hash: 6ef44184a292504a7fa7edd41a3a16e9b91f6308
Parent Commit: ab7a1d9
Lines Changed: +2, -110