From 5f5cf21a833fb636627121ffd94a57ebf514fac6 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Fri, 2 Jul 2021 13:27:56 -0500 Subject: Cleanup: Remove unused transform matrix from objects This was the only reference to this matrix. https://developer.blender.org/D11770 --- source/blender/makesdna/DNA_object_types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source') diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h index 8d861647bd2..26a1bea4b3a 100644 --- a/source/blender/makesdna/DNA_object_types.h +++ b/source/blender/makesdna/DNA_object_types.h @@ -335,12 +335,6 @@ typedef struct Object { */ float imat[4][4]; - /* Previously 'imat' was used at render time, but as other places use it too - * the interactive ui of 2.5 creates problems. So now only 'imat_ren' should - * be used when ever the inverse of ob->obmat * re->viewmat is needed! - jahka - */ - float imat_ren[4][4]; - /** Copy of Base's layer in the scene. */ unsigned int lay DNA_DEPRECATED; -- cgit v1.2.3