Cleanup: Remove printf

This commit is contained in:
Clément Foucault
2019-03-23 19:16:55 +01:00
parent 0a89c3954f
commit b40aa83910

View File

@@ -492,11 +492,8 @@ void EEVEE_volumes_cache_object_add(EEVEE_ViewLayerData *sldata, EEVEE_Data *ved
/* Making sure it's updated. */
invert_m4_m4(ob->imat, ob->obmat);
print_m4_id(ob->imat);
BKE_mesh_texspace_get_reference((struct Mesh *)ob->data, NULL, &texcoloc, NULL, &texcosize);
float (*imat)[4] = ob->imat;
if ((ob->base_flag & BASE_FROM_DUPLI) != 0) {