Revert "Fix some groups not showing in the viewport"

This reverts commit c19fedf636ec3de503f5929432003702801ebcf3.
This commit is contained in:
Dalai Felinto 2017-06-08 19:03:42 +02:00
parent c19fedf636
commit c5daddbef3

@ -145,6 +145,13 @@ static bool deg_objects_dupli_iterator_next(BLI_Iterator *iter)
data->dupli_object_next = data->dupli_object_next->next;
/* Group duplis need to set ob matrices correct, for deform. so no_draw
* is part handled.
*/
if ((obd->transflag & OB_RENDER_DUPLI) == 0 && dob->no_draw) {
continue;
}
if (obd->type == OB_MBALL) {
continue;
}