blender/source
Campbell Barton 51d8c5d93f [#22824] OpenEXR Save from byte buffer bug
- Saving a typical byte buffer as an exr wasnt converting into linear colorspace.
- Remove checks for 1 and 2 channel images, these will write as RGB anyway and are very rare.
- 3 Channel images were having the alpha channel written from the red color channel, write 1.0 instead.
2010-07-12 11:28:16 +00:00
..
blender [#22824] OpenEXR Save from byte buffer bug 2010-07-12 11:28:16 +00:00
blenderplayer blenderplayer building again (may need updates in libraries I dont compile with, but it' builds here). removed smoke declarations that are not needed anymore (not in windows, 2010-06-02 07:06:47 +00:00
creator - sequencer wasnt drawing handles, the deprecated v2d was being used which gave a pixely of -nan. 2010-07-11 12:39:50 +00:00
darwin OS X Makefiles: 2010-01-03 20:35:13 +00:00
gameengine Fixing a crash created by an earlier GLSL lighting fix for dynamic loading. When implementing the fix I forgot to check for materials that did not have a blender shader (ie, non GLSL materials). 2010-07-11 09:31:19 +00:00
icons missed a file in previous crosscompiling related commits 2010-02-18 06:53:10 +00:00
kernel remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
CMakeLists.txt correct fsf address 2010-02-12 13:34:04 +00:00
Makefile Fix Makefile for new getUserDir system. 2010-07-05 14:32:15 +00:00
nan_compile.mk Fix #22772: remove unnecessary -fpascal-strings flag on OS X, only 2010-07-07 15:26:02 +00:00
nan_definitions.mk fixed typo that prevented tiff support from being enabled by default 2010-05-27 06:08:48 +00:00
nan_link.mk was curious if makefile still worked. they didnt, found 2 problems 2010-05-23 17:45:08 +00:00
nan_subdirs.mk correct fsf address 2010-02-12 13:34:04 +00:00
nan_warn.mk correct fsf address 2010-02-12 13:34:04 +00:00
SConscript this restores building on mingw with Collada support, also it restores cross compiling, thanks to Sergey Sharybin for the patch. Note that the icons for linux cross might not be committed here, if not i'll add them in another commit 2010-02-01 18:39:41 +00:00