Blender Git Commit Log
Git Commits -> Revision 2f6fe5e
Revision 2f6fe5e by Joshua Leung (depsgraph_refactor) March 12, 2014, 13:39 (GMT) |
First attempt at a datatype to represent relationships (i.e. node links) * We need a way of sharing relations between the nodes which use it. The current design assumes that one link is shared between the two nodes which use it. Saves mem but induces higher traversal cost? * The relationship types enum is used to provide additional metadata about a link, specifically, if the type of data we're interested in reside there |
Commit Details:
Full Hash: 2f6fe5e4514bce892912dcfc42417b734a43d6ab
Parent Commit: 07a6974
Committed By: Lukas Toenne
Lines Changed: +60, -1