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:
authorTon Roosendaal <ton@blender.org>2005-04-28 13:57:21 +0400
committerTon Roosendaal <ton@blender.org>2005-04-28 13:57:21 +0400
commitd7d58accda2e45e7b874f230de9f5bcc99ab52e3 (patch)
tree66934daa73abfc126c2136c90caf092116fa10c8 /source/blender/blenkernel/BKE_image.h
parent7811d7209a9ebb207979269c764831ef818521b5 (diff)
Fix for reported (thanks Jens Ole!) error in rendering UV map textures.
Caused by making threadsafe envmap render... Commit in convertblenderscene.c is just replacing constant with define.
Diffstat (limited to 'source/blender/blenkernel/BKE_image.h')
-rw-r--r--source/blender/blenkernel/BKE_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_image.h b/source/blender/blenkernel/BKE_image.h
index 2da0dcb5f5a..0ab8a6130b7 100644
--- a/source/blender/blenkernel/BKE_image.h
+++ b/source/blender/blenkernel/BKE_image.h
@@ -50,7 +50,7 @@ void free_unused_animimages(void);
void makepicstring(char *string, int frame);
struct anim *openanim(char * name, int flags);
-void ima_ibuf_is_nul(struct Tex *tex);
+void ima_ibuf_is_nul(struct Tex *tex, struct Image *ima);
void load_image(struct Image * ima, int flags, char *relabase, int framenum);
void converttopremul(struct ImBuf *ibuf);