Fix T66327 2/2: Make instance real does not clear collection

This commit is contained in:
Dalai Felinto
2019-07-02 18:16:55 -03:00
parent 68c39e2b41
commit 784121d62a

View File

@@ -1878,6 +1878,7 @@ static void make_object_duplilist_real(
DEG_id_tag_update(&ob->id, ID_RECALC_TRANSFORM);
}
}
base->object->instance_collection = NULL;
}
BLI_ghash_free(dupli_gh, NULL, NULL);