Blender Git Commit Log

Git Commits -> Revision 7784957

Revision 7784957 by Sergey Sharybin (depsgraph_refactor)
January 7, 2015, 15:23 (GMT)
Depsgraph: use command-line switch to legacy depsgraph

This is because of couple of reasons:

- It should be able to switch to legacy depsgraph to back up the production.
- It's not really reliable to switch dependency graphs on runtime. It might
always be some missing update or so. Plus keeping two dependency graphs
up to date is slower.

To use legacy depsgraph run blender with --debug-depsgraph command line arg.

Commit Details:

Full Hash: 7784957df947ada04e2fb31659eb1e3090134754
Parent Commit: d503778
Lines Changed: +83, -57

6 Modified Paths:

/source/blender/blenkernel/intern/depsgraph.c (+58, -35) (Diff)
/source/blender/blenkernel/intern/object_update.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+2, -2) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+2, -8) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+9, -11) (Diff)
/source/creator/creator.c (+11, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021