From 9be39be56bd90b4ad722eab9097bea5f286effd6 Mon Sep 17 00:00:00 2001 From: Alexander Ewering Date: Mon, 23 May 2005 00:14:23 +0000 Subject: Just putting a reminder into IMB_imbuf_types.h in case my mails to the list got ignored, and for future reference ;) If you change struct ImBuf, copy it over to the plugin API! --- source/blender/imbuf/IMB_imbuf_types.h | 5 +++++ 1 file changed, 5 insertions(+) (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 7afcc42f361..bba9875cd85 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -62,6 +62,11 @@ struct Mdec; * This is the abstraction of an image. ImBuf is the basic type used for all * imbuf operations. * + * REMINDER: if any changes take place, they need to be carried over + * to source/blender/blenpluginapi/iff.h too, OTHERWISE PLUGINS WON'T + * WORK CORRECTLY! + * + * Also, that iff.h needs to be in the final release "plugins/include" dir, too! */ typedef struct ImBuf{ /** Width in pixels */ -- cgit v1.2.3