Fix T51750: Group selection broken
Proper way, no base is involved.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user