Blender Git Commit Log
Git Commits -> Revision 12f22b8
Revision 12f22b8 by Joshua Leung (depsgraph_refactor) March 12, 2014, 13:39 (GMT) |
Change arguments to DEG_get/find/add_node() methods to use string/name arg to distinguish items Previously, these used RNA Pointers, but that approach proves to be useless in most cases we have (type already covers the basic honing in, but then the pointers prove to be too coarse to do anything about callbacks). So, now use the identifiers stored in nodes to perform this role. |
Commit Details:
Full Hash: 12f22b8b443ea42ff30876c69e5585b298843bae
Parent Commit: 4e55fb5
Committed By: Lukas Toenne
Lines Changed: +12, -14