Blender Git Commit Log
Git Commits -> Revision b26b846
Revision b26b846 by Lukas Toenne (depsgraph_refactor) June 19, 2014, 06:57 (GMT) |
Simplified operation building: Use ID pointers and component identifiers directly instead of passing around nodes. This is to some degree a revert of previous changes to add such nodes explicitly. However, it only applies to ID and component nodes, which are really nothing more than categories (sorting operations by ID and components). The only exception now are the node tree build functions, which still take a "owner_node" and need to be looked at. |
Commit Details:
Full Hash: b26b846c2b23f49fb9b7000ee5983051a7d14365
Parent Commit: 11bfd81
Lines Changed: +106, -153