Blender Git Commit Log
Git Commits -> Revision 0952607
Revision 0952607 by Joshua Leung (depsgraph_refactor) March 12, 2014, 13:39 (GMT) |
Node types registry - Use a GHash for now This makes it easy when dealing with the types, which can now have arbitrary codes given to them, instead of having to be tightly packed. However, this may turn out to be overkill, since we only really have a few core node types, so using an array may prove to be a better strategy overall... |
Commit Details:
Full Hash: 0952607c6fe9c6c6e275c2eaf113c4f30297f612
Parent Commit: c136857
Committed By: Lukas Toenne
Lines Changed: +22, -2