Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ewering <blender@instinctive.de>2005-05-23 04:14:23 +0400
committerAlexander Ewering <blender@instinctive.de>2005-05-23 04:14:23 +0400
commit9be39be56bd90b4ad722eab9097bea5f286effd6 (patch)
tree144e751f6b449cbebb306aa310e6114dbcd11f49 /source/blender/imbuf/IMB_imbuf_types.h
parentec45bfc5b11f42a43444a9906cd6ee4e37d6c03c (diff)
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!
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf_types.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h5
1 files changed, 5 insertions, 0 deletions
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 */