From 6969c118de953db52656c5bf61b57ffaf282b352 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 25 May 2005 16:19:00 +0000 Subject: Removed unused rect_float variable from imbuf structure. Was added for the openEXR testing only. It broke sequence plugins... Note: adding variables in end of Imbuf struct at least doesn't crash old sequence plugins immediately. :) --- source/blender/imbuf/IMB_imbuf_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/imbuf/IMB_imbuf_types.h') diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h index bba9875cd85..70ff5f14269 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -66,6 +66,8 @@ struct Mdec; * to source/blender/blenpluginapi/iff.h too, OTHERWISE PLUGINS WON'T * WORK CORRECTLY! * + * Also; add new variables to the end to save pain! + * * Also, that iff.h needs to be in the final release "plugins/include" dir, too! */ typedef struct ImBuf{ @@ -80,7 +82,6 @@ typedef struct ImBuf{ int ftype; /**< File type */ unsigned int *cmap; /**< Color map data. */ unsigned int *rect; /**< databuffer */ - float *rect_float; /**< databuffer in Float format, unclampled !! */ unsigned int **planes; /**< bitplanes */ int flags; /**< Controls which components should exist. */ int mall; /**< what is malloced internal, and can be freed */ -- cgit v1.2.3