From 380a6174d9be73e5d0943ce480822016b16b277e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 12 Sep 2012 03:05:20 +0000 Subject: fix [#32537] Inconsistent behaviour of Texture Baker feedback looks wen't being detected in some cases causing very confusing behavior. --- source/blender/render/intern/source/imagetexture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') diff --git a/source/blender/render/intern/source/imagetexture.c b/source/blender/render/intern/source/imagetexture.c index e4fb87e8e4f..7f0484c8ee6 100644 --- a/source/blender/render/intern/source/imagetexture.c +++ b/source/blender/render/intern/source/imagetexture.c @@ -1054,6 +1054,8 @@ static int imagewraposa_aniso(Tex *tex, Image *ima, ImBuf *ibuf, const float tex if ((ibuf == NULL) || ((ibuf->rect == NULL) && (ibuf->rect_float == NULL))) return retval; + ima->flag |= IMA_USED_FOR_RENDER; + /* mipmap test */ image_mipmap_test(tex, ibuf); -- cgit v1.2.3