[Bf-blender-cvs] [16ecd0b79e3] blender2.8: Fix T51750: Group selection broken

Sergey Sharybin noreply at git.blender.org
Fri Jun 9 10:04:34 CEST 2017


Commit: 16ecd0b79e34da4186a9ddfae185eb67609acb81
Author: Sergey Sharybin
Date:   Fri Jun 9 10:04:12 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB16ecd0b79e34da4186a9ddfae185eb67609acb81

Fix T51750: Group selection broken

Proper way, no base is involved.

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

M	source/blender/depsgraph/intern/depsgraph_query.cc

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

diff --git a/source/blender/depsgraph/intern/depsgraph_query.cc b/source/blender/depsgraph/intern/depsgraph_query.cc
index bcfcbb3856c..c8d8e4ee37f 100644
--- a/source/blender/depsgraph/intern/depsgraph_query.cc
+++ b/source/blender/depsgraph/intern/depsgraph_query.cc
@@ -160,6 +160,7 @@ static bool deg_objects_dupli_iterator_next(BLI_Iterator *iter)
 
 		/* Temporary object to evaluate. */
 		data->temp_dupli_object = *dob->ob;
+		data->temp_dupli_object.select_color = data->dupli_parent->select_color;
 		copy_m4_m4(data->temp_dupli_object.obmat, dob->mat);
 
 		deg_flush_base_flags_and_settings(&data->temp_dupli_object,




More information about the Bf-blender-cvs mailing list