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

2 Modified Paths:

/source/blender/depsgraph/BKE_depsgraph.h (+4, -1) (Diff)
/source/blender/depsgraph/depsgraph_types.h (+56, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021