Blender Git Commit Log

Git Commits -> Revision fd9e1c2

Revision fd9e1c2 by Sergey Sharybin (depsgraph_refactor)
December 29, 2014, 13:45 (GMT)
Depsgraph: Add option to disable legacy depsgraph

This way it's becoming simplier to see missing parts from outside
of the depsgraph core in order to port all the things into the new
system.

Old dependency graph is enabled by default for all build systems.

Commit Details:

Full Hash: fd9e1c26f92a80836af73460aa087f7b941f17b1
Parent Commit: dbe5efc
Lines Changed: +423, -4

12 Modified Paths:

/build_files/scons/tools/btools.py (+3, -1) (Diff)
/CMakeLists.txt (+3, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenkernel/intern/armature.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+340, -0) (Diff)
/source/blender/blenkernel/intern/object_update.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+42, -2) (Diff)
/source/blender/blenkernel/SConscript (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+9, -0) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/transform/SConscript (+3, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021