[Bf-blender-cvs] [cb36dbe606] blender2.8: bug in DEG_OBJECT_ITER

Dalai Felinto noreply at git.blender.org
Fri Feb 17 19:42:06 CET 2017


Commit: cb36dbe606d9e5bef32a756a60b1d77a92dccfa8
Author: Dalai Felinto
Date:   Fri Feb 17 19:37:11 2017 +0100
Branches: blender2.8
https://developer.blender.org/rBcb36dbe606d9e5bef32a756a60b1d77a92dccfa8

bug in DEG_OBJECT_ITER

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

M	source/blender/blenkernel/BKE_layer.h

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

diff --git a/source/blender/blenkernel/BKE_layer.h b/source/blender/blenkernel/BKE_layer.h
index 54a047d680..c2752ec1d7 100644
--- a/source/blender/blenkernel/BKE_layer.h
+++ b/source/blender/blenkernel/BKE_layer.h
@@ -210,7 +210,7 @@ void BKE_visible_bases_Iterator_end(Iterator *iter);
 {                                                                             \
 	Object *instance_;                                                        \
 	/* temporary solution, waiting for depsgraph update */                    \
-	BKE_scene_layer_engine_settings_update(sl);                               \
+	BKE_scene_layer_engine_settings_update(sl_);                              \
 	                                                                          \
 	/* flush all the data to objects*/                                        \
 	Base *base_;                                                              \




More information about the Bf-blender-cvs mailing list