Blender Git Commit Log
Git Commits  -> Revision e57a61c
		
			
			
		
| Revision e57a61c by Sergey Sharybin (depsgraph_refactor) December 4, 2014, 11:15 (GMT) | 
| Depsgraph: Add check for whether graph was properly tagged for rebuild Currently it's more like a preliminary check to catch obvious errors based on comparing number of operations in current depsgraph and correct one. Ideally relations and nodes themselves should be checked deeper,but that's NP-complex problem which probably doesn't worth solving for now. This check is commented out by default, uncomment it in BKE_scene_update_tagged if needed. | 
Commit Details:
Full Hash: e57a61ce51837c12042109efacb4941062413ab5
Parent Commit: f1e0969
Lines Changed:  +42,  -1
5 Modified Paths:
/source/blender/blenkernel/BKE_depsgraph.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+12, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+8, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+18, -0) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+12, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+8, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+3, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+18, -0) (Diff)


 Master Commits
 Master Commits MiikaHweb | 2003-2021
MiikaHweb | 2003-2021