fix [#32537] Inconsistent behaviour of Texture Baker

feedback looks wen't being detected in some cases causing very confusing behavior.
This commit is contained in:
Campbell Barton
2012-09-12 03:05:20 +00:00
parent b4df6b2819
commit 380a6174d9

View File

@@ -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);