[Bf-blender-cvs] [a1500fe865d] blender2.8: Depsgraph: Do log from newly base flag flush function

Sergey Sharybin noreply at git.blender.org
Fri Nov 24 17:10:32 CET 2017


Commit: a1500fe865dd5c2f36408869cd83700a0a779226
Author: Sergey Sharybin
Date:   Fri Nov 24 16:07:38 2017 +0100
Branches: blender2.8
https://developer.blender.org/rBa1500fe865dd5c2f36408869cd83700a0a779226

Depsgraph: Do log from newly base flag flush function

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

M	source/blender/blenkernel/intern/object_update.c

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

diff --git a/source/blender/blenkernel/intern/object_update.c b/source/blender/blenkernel/intern/object_update.c
index 2c0ff76d0e6..1e8de416ea9 100644
--- a/source/blender/blenkernel/intern/object_update.c
+++ b/source/blender/blenkernel/intern/object_update.c
@@ -425,6 +425,7 @@ void BKE_object_data_select_update(const EvaluationContext *UNUSED(eval_ctx),
 void BKE_object_eval_flush_base_flags(const EvaluationContext *UNUSED(eval_ctx),
                                       Object *object, Base *base, bool is_from_set)
 {
+	DEBUG_PRINT("%s on %s (%p)\n", __func__, object->id.name, object);
 	/* Make sure we have the base collection settings is already populated.
 	 * This will fail when BKE_layer_eval_layer_collection_pre hasn't run yet
 	 * Which usually means a missing call to DEG_id_tag_update(). */



More information about the Bf-blender-cvs mailing list