Blender Git Commit Log
Git Commits -> Revision 4cd002e
Revision 4cd002e by Joshua Leung (depsgraph_refactor) March 12, 2014, 13:39 (GMT) |
Added "validate_links()" callback to node typeinfo This callback is used to ensure that all "builtin" operations and/or relationships between components used to enforce certain valid-evaluation- order constraints are satisfied. Having some of these in graph building would be a bit too much of an extra burden to have, when much of these are pretty much standardised actions that must take place. |
Commit Details:
Full Hash: 4cd002e9dec9445824cd3eee2d5d1a0c10386333
Parent Commit: ea72b39
Committed By: Lukas Toenne
Lines Changed: +28, -7