[Bf-blender-cvs] [e3f2b1676c0] master: Depsgraph: Make sure unexpected configuration does not happen

Sergey Sharybin noreply at git.blender.org
Mon Nov 27 14:52:18 CET 2017


Commit: e3f2b1676c048a95450346a5661faee8c66f01a4
Author: Sergey Sharybin
Date:   Mon Nov 27 14:51:49 2017 +0100
Branches: master
https://developer.blender.org/rBe3f2b1676c048a95450346a5661faee8c66f01a4

Depsgraph: Make sure unexpected configuration does not happen

===================================================================

M	source/blender/depsgraph/intern/eval/deg_eval_flush.cc

===================================================================

diff --git a/source/blender/depsgraph/intern/eval/deg_eval_flush.cc b/source/blender/depsgraph/intern/eval/deg_eval_flush.cc
index 0adbadeebba..83fc756654f 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval_flush.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval_flush.cc
@@ -178,6 +178,7 @@ void deg_graph_flush_updates(Main *bmain, Depsgraph *graph)
 						case DEG_NODE_TYPE_PARAMETERS:
 						case DEG_NODE_TYPE_SEQUENCER:
 							/* Ignore, does not translate to object component. */
+							BLI_assert(!"This should never happen!");
 							break;
 						case DEG_NODE_TYPE_ANIMATION:
 							object->recalc |= OB_RECALC_TIME;



More information about the Bf-blender-cvs mailing list