Blender Git Loki
Git Commits -> Revision 3ba5f2a
Revision 3ba5f2a by Lukas Toenne (depsgraph_refactor) March 12, 2014, 16:39 (GMT) |
Renamed the BKE_ headers inside depsgraph to DEG_ prefix. This code is node actually included in blenkernel. Using unique prefixes also helps porting code to the new depsgraph without include name clashes. |
Commit Details:
Full Hash: 3ba5f2a71a754cd65b9228e5c9687e5043daf5b4
Parent Commit: cd1a88a
Lines Changed: +362, -359
2 Added Paths:
/source/blender/depsgraph/DEG_depsgraph.h (+181, -0) (View)
/source/blender/depsgraph/DEG_depsgraph_query.h (+170, -0) (View)
/source/blender/depsgraph/DEG_depsgraph_query.h (+170, -0) (View)
2 Deleted Paths:
/source/blender/depsgraph/BKE_depsgraph.h (+0, -181)
/source/blender/depsgraph/BKE_depsgraph_query.h (+0, -170)
/source/blender/depsgraph/BKE_depsgraph_query.h (+0, -170)
6 Modified Paths:
/source/blender/depsgraph/CMakeLists.txt (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.c (+2, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_core.c (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.c (+2, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.c (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.c (+2, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.c (+2, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_core.c (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.c (+2, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.c (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.c (+2, -1) (Diff)