Blender Git Commit Log
Git Commits -> Revision fc1d5b8
Revision fc1d5b8 by Lukas Toenne (depsgraph_refactor) March 20, 2014, 13:39 (GMT) |
Moved the DEG_graph_build_from_scene function into the public depsgraph API header. This way we can avoid including the internal (C++) header in rna_scene.c. |
Commit Details:
Full Hash: fc1d5b8a88249b138f3b5b536cefccaa0790eccb
Parent Commit: 17396a3
Lines Changed: +43, -41
7 Modified Paths:
/source/blender/depsgraph/DEG_depsgraph.h (+3, -10) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+20, -13) (Diff)
/source/blender/depsgraph/intern/depsgraph_core.cpp (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.h (+16, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+0, -10) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+20, -13) (Diff)
/source/blender/depsgraph/intern/depsgraph_core.cpp (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.h (+16, -7) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+0, -10) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -1) (Diff)