Blender Git Loki
Git Commits -> Revision ac5f92c
Revision ac5f92c by Lukas Toenne (depsgraph_refactor) June 4, 2014, 07:18 (GMT) |
Moved the depsgraph eval simulation into the task function, instead of running it in the callback stubs. It is now properly toggled by the debug_value magic numbers (14228 for new depsgraph evaluation, 12345 for simulating with the new depsgraph instead of using the operation callbacks). |
Commit Details:
Full Hash: ac5f92c393ec82059d8782430571816038925d1d
Parent Commit: 0b54b05
Lines Changed: +58, -70