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
2022-03-22Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-03-22Fix build error when WITH_OPENEXR=OFF, after recent refactorBrecht Van Lommel
2022-03-21Cleanup: move OpenEXR channel name construction to OpenEXR codeBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-09-23Fix T91638: image editor Open Cached Render not loading some passesBrecht Van Lommel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-01-13Fix T53771: missing view pixels when rendering multiview + FSAA.Brecht Van Lommel
2017-11-08Fix various issues with (multiview) OpenEXR file save/load.Brecht Van Lommel
2015-10-23Cleanup: use int for view_id's & view countCampbell Barton
2015-06-27OpenEXR cleanup: get rid of public `IMB_exr_split_token`, use BLI str helpers...Bastien Montagne
2015-06-19Support half float file format storage for Multilayer EXRSergey Sharybin
2015-05-26Building without OpenEXR works againCampbell Barton
2015-05-26Fix multilayer OpenEXR not supporting metadata.Antony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2012-11-13Bugfix #33161Ton Roosendaal
2012-07-08fix [#32020] Image will not render in second (any scene other than first) if ...Campbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-01Fix for Multilayer EXR API. This was using implementation stubs directly in t...Lukas Toenne
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...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
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2008-02-06- Removed the Save Buffers/FSA restriction that the width and heightBrecht Van Lommel
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-20The Big Image refactor!Ton Roosendaal
2006-02-23Work in progress commit on saving OpenEXR with all render-layers andTon Roosendaal