blender/release
Dalai Felinto b5a4492069 fix for bug while importing transparent faces:
image.has_data can't be called before you load an image, otherwise it will return false even for valid images.
The workaround is to try to run image.glLoad() before. That will crash if the image is corrupted (for we are using try/catch here).

Campbell (ideasman42) thinks it would be better to have an api call proper for that. Since 2.4xx is close to its end I really don't think it's time to keep working in its API. Specially if we have similar functions doing what we need.

@ Arystanbek (kazanbas): I'm done with the obj fixes I told you. You are free to go with the importers :)
You may want to take a look at implementing a proper image.load() to 2.5 as Campbell suggested.
2009-06-29 02:37:44 +00:00
..
beos-4.5-i386 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
beos-5.0-i386 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
datafiles Part one of 2.49a release commit 2009-06-18 18:11:51 +00:00
freedesktop * blender doesn't need the -w anymore to start in a window 2009-02-28 09:25:42 +00:00
irix-6.2-mips Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
plugins Patch 17403, small gcc warning fixes. 2008-09-20 12:28:01 +00:00
scripts fix for bug while importing transparent faces: 2009-06-29 02:37:44 +00:00
text Updated python license, this is compatible with current 2.5 and older. 2008-10-11 15:55:22 +00:00
windows === SCons === 2009-06-12 15:37:23 +00:00
getversion.py *sigh* from now on I think I need to run my commits through ispell ;) 2008-01-15 18:43:29 +00:00
Makefile Make release wasn't stripping the gameplayer 2009-06-03 21:03:44 +00:00
VERSION Part one of 2.49a release commit 2009-06-18 18:11:51 +00:00