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
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-20reverting 41124, maybe better solution is to enforce linear space in generate...Antony Riakiotakis
2011-10-20#fix: Saving OpenEXR images as floats ignores color profile. This was not not...Antony Riakiotakis
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...Campbell Barton
2011-06-15fix for openexr include path, for both cmake and scons a custom openexr insta...Campbell Barton
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-27Bugfix #21385Ton Roosendaal
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-15fix for error in last commit.Campbell Barton
2010-07-15own recent commit which added support for writing srgb float buffers broke wr...Campbell Barton
2010-07-12support for colorspace conversion when saving srgb float buffers (from the se...Campbell Barton
2010-07-12dont add a rect buffer for EXR's, the sequencer discards them immediately and...Campbell Barton
2010-07-12error in last commitCampbell Barton
2010-07-12[#22824] OpenEXR Save from byte buffer bugCampbell Barton
2010-05-19revert 28807, fix for [#21385] Multilayer OpenEXR files import into other com...Campbell Barton
2010-05-17no functional changes, simplify some exr api code.Campbell Barton
2010-05-17[#21385] Multilayer OpenEXR files import into other compositors upside downCampbell Barton
2010-05-07shouldnt have committed this, was local hack to workaround float buffer bug.Campbell Barton
2010-05-07fix for segfault when reading bad multilayer EXR'sCampbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-09Color management fixesMatt Ebb
2009-08-24[#19232] (2.5) Correction of cmake for windows about audio (jack and openal)Campbell Barton
2009-06-092.50:Brecht Van Lommel
2009-03-182.50: some warning fixes.Brecht Van Lommel
2008-07-14Bugfix #17327Ton Roosendaal
2008-07-09Buhh... and now I left in testing print in exr code.Ton Roosendaal
2008-07-09Replaced strcasecmp with BLI_strcasecmp, to make msvc happy!Ton Roosendaal
2008-07-09Fix for reported openexr file reading failures.Ton Roosendaal
2008-04-29Fix for bug #9014: crash saving the depth pass with openexr or hdr,Brecht Van Lommel
2008-02-06- Removed the Save Buffers/FSA restriction that the width and heightBrecht Van Lommel
2008-02-03Clean-up for various gcc warnings under linux.Ken Hughes
2008-01-31Fixes in reading back rendered temp files ("Save buffers" and "FSA" options).Ton Roosendaal
2008-01-29Handle OpenEXR exception and print it, for writeTile. It's sometimesBrecht Van Lommel
2007-03-27=== OpenEXR ===Nathan Letwory
2007-03-03==== MSVC 7.1 project files ====Andrea Weikert
2007-01-24Bugfix #5818Ton Roosendaal
2007-01-09Added flag in MultiChannel exr file to denote line order. Blender has theTon Roosendaal
2006-12-21"Save Buffers" fix: when you ESC from rendering, it now saves emptyTon Roosendaal
2006-12-21MultiLayer images: added support for choosing compression type.Ton Roosendaal
2006-12-21Function returned no '1', causing multilayer files to not read, exceptTon Roosendaal
2006-12-20The Big Image refactor!Ton Roosendaal
2006-11-18CMake: Fix FFMPeg/OpenEXR issues in CMake system and possibly the others. Ope...Jacques Beuarain
2006-03-18Tsk! A 'new' for filehandle wasn't combined with a 'delete', which isTon Roosendaal