Blender Git Commit Log
Git Commits -> Revision 5ae86aa
Revision 5ae86aa by Lukas Toenne (depsgraph_refactor) March 20, 2014, 13:39 (GMT) |
Implemented a factory method 'create_node' to replace the current DEG_create_node function. |
Commit Details:
Full Hash: 5ae86aa53364b621944df63b42eb1a071bcaedf4
Parent Commit: 75b7177
Lines Changed: +58, -102
5 Modified Paths:
/source/blender/depsgraph/intern/depsgraph_core.cpp (+2, -68) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+45, -19) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+3, -9) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+7, -5) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+45, -19) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+3, -9) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+7, -5) (Diff)