[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/render/intern/source envmap.c imagetexture.c texture.c

bjornmose at gmx.net bjornmose at gmx.net
Wed Apr 27 10:18:00 CEST 2005


> which leaves an uninitialized  tex->ima : in texture.c : line 2332 ff :)
to be correct .. it is initialized with NULL.
So imagewrap(), imagewraposa() have no chance to load the proper image to
ibuff in ima_ibuf_is_nul(tex). 

as a consequence blender crahes at

x = (int)(fx*ibuf->x); [ in imagewrap() ]

when it tries to render an image texture and the image was not loaded to
memory  before. 

I would have fixed it, but i don't know if that unfixes the threading stuff.

BM


-- 
+++ GMX - die erste Adresse für Mail, Message, More +++

10 GB Mailbox, 100 FreeSMS  http://www.gmx.net/de/go/topmail


More information about the Bf-committers mailing list