Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-02This is a dumb little commit to do while things are frozen.Kent Mein
2005-05-25Removed unused rect_float variable from imbuf structure. Was added for theTon Roosendaal
2005-05-23Just putting a reminder into IMB_imbuf_types.h in case my mails to the listAlexander Ewering
2005-04-27Bunch of gcc 4.0 warning fixes.Kent Mein
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-03-24Removed a couple of redundant "FTF_api.h" includes,Rob Haarsma
2005-03-20 - kill some warnings (open/seek/read/write need io.h on win32)Daniel Dunbar
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-14This commit reverses the OpenEXR specific stuff in the OpenEXR commit IKent Mein
2005-03-12Added a #ifdef WITH_OPENEXR around this entire file. It doesn't compile forTon Roosendaal
2005-03-11Gernot Ziegler's patch to add OpenEXR support to blender.Kent Mein
2005-03-11Found some messed up code that assumed abgr instead of rgbaKent Mein
2005-03-09big warning hunt commitJean-Luc Peurière
2005-01-21fixed animations using jpeg (bug # 2166)Kent Mein
2005-01-21Added some extra comments about creating a new image format.Kent Mein
2005-01-10This is for bug # 2068Kent Mein
2005-01-03This is a pretty lame commit but here it is:Kent Mein
2004-12-21Eeek! last minute error.Ton Roosendaal
2004-12-09This fixes bug #1990Kent Mein
2004-12-08removed a debug printf. (excuse to check cvs permissions)Rob Haarsma
2004-09-17updated the documentation on how to add new image types which consisted of:Kent Mein
2004-08-31ok my last little tweak for today ;)Kent Mein
2004-08-31Some small clean ups again...Kent Mein
2004-08-30Added the bmp include forgot to do that when I added the write support.Kent Mein
2004-07-27Removed 'static' declaration from addzbufImBuf(). This is an exportedTon Roosendaal
2004-07-16Bunch of small fixes for warnings and whatnot....Kent Mein
2004-06-09This fix is thanks to: hangman4 (Thomas Power)Kent Mein
2004-06-09Fixed part of write a bmp file, its still truncating the image slightlyKent Mein
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-04-06Going through some really old bf-committers email and Casey CornKent Mein
2004-03-30Added iris zsize=2 support. Provided by Melchior Franz.Kent Mein
2004-03-06Updated the Sun ifdef's basically I standardized them so theyKent Mein
2004-03-01SCons updatesMichel Selten
2004-02-21- [win32] updated SConscripts to use new configuration method (config.opts).Nathan Letwory
2004-02-15SCons updatesMichel Selten
2004-01-22- increased max targa size to 8192x8192Ton Roosendaal
2004-01-13Converted the Userpreference buttons to zr's new ButBit calls.Rob Haarsma
2004-01-10Added support for outputting bmp'sKent Mein
2004-01-05- Revert to NaN makefilesWouter van Heyst
2004-01-05Basic initial yafray integration by Eeshlo.Alejandro Conty Estevez
2004-01-05SCons build system files added.Michel Selten
2003-12-09Fixed error messages for saving jpeg files so its quite again.Kent Mein
2003-12-04This looks like a lot but its a few small changes.Kent Mein
2003-12-03- fixed matrix conversion to make rgb -> bw images.Ton Roosendaal
2003-10-02- changed a couple of shorts to ints, to allow images larger thanTon Roosendaal
2003-09-18removed native quicktime init/exit calls from main blender code.Rob Haarsma
2003-09-10moved Quicktime init function from creator.cRob Haarsma
2003-07-17fixed a warning by adding a newline to end of file.Kent Mein
2003-06-18Rolled back comments. According to new guidelines, no .c filesCasey Corn
2003-06-06readded IS_jpg() macroStefan Gartner