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
2015-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-06-27OpenEXR cleanup: get rid of public `IMB_exr_split_token`, use BLI str helpers...Bastien Montagne
2015-06-23Cleanup: styleCampbell Barton
2015-06-19Support half float file format storage for Multilayer EXRSergey Sharybin
2015-06-03Fix memory leak loading multi-layer OpenEXRCampbell Barton
2015-06-03Fix memory leak loading single-layer OpenEXRCampbell Barton
2015-06-02ImBuf: Fix memory leak around EXR handle's multiViewSergey Sharybin
2015-05-26Building without OpenEXR works againCampbell Barton
2015-05-26Fix multilayer OpenEXR not supporting metadata.Antony Riakiotakis
2015-05-19Support string metadata loading for OpenEXR files.Antony Riakiotakis
2015-04-24OpenEXR: RenderResult should always have a RenderViewDalai Felinto
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-12OpenEXR 2.2 add support for Dreamworks DWAA / DWAB compressionMartijn Berger
2015-01-31Blender metadata changes to accommodate non string dataMartijn Berger
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-08-27Cleanup: remove _DEBUG define usageCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-09Fix T40547: Can't read single channel EXRsSergey Sharybin
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-01-25Fix T38353: some EXR files from other applications not loading correctly.Brecht Van Lommel
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-10Fix #35658: OpenEXR (from Maya) - missing passesSergey Sharybin
2013-05-01Fix double free error in OpenEXR when file cannot be savedSv. Lockal
2013-04-16skip calling BKE_editmesh_tessface_calc() from BKE_bmbvh_new(), also quiet fl...Campbell Barton
2013-03-22Fix #34689: Multilayer EXRs don't load correctly if one layer is named and th...Sergey Sharybin
2013-03-13patch [#34604] Add DPI read write for BMP and OpenEXR formatCampbell Barton
2013-03-12Fixe related on #34608: MultiLayer OpenEXR (from Maya) - passes lost in Compo...Sergey Sharybin
2013-02-09Bug fix #34174Ton Roosendaal
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-11-19Windows Libs: move OpenEXR headers to same directory structure as other platf...Brecht Van Lommel
2012-11-13code cleanup: use ptrdiff_t when comparing pointers and tag event as an unuse...Campbell Barton
2012-11-13Bugfix #33161Ton Roosendaal
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-10-02Fix #32712: non-multilayer openexr file save for a single channel image wouldBrecht Van Lommel
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-26Compiling fix for Windows+Mingw: "Ambiguous" use of IStreamJoshua Leung
2012-08-24Fix for build error on some platforms, seems ImfStdIO.h is not included withBrecht Van Lommel
2012-08-24Fix second part #32377: saving/loading exr files to file paths with non-asciiBrecht Van Lommel
2012-08-22style cleanupCampbell Barton
2012-08-13code cleanup: includes for imbuf, also remove double promotion.Campbell Barton
2012-07-08fix [#32020] Image will not render in second (any scene other than first) if ...Campbell Barton
2012-06-14fix for years old bug - OpenEXR always adding alpha channel on load (how did ...Campbell Barton
2012-06-14code cleanup: zbuf/alpha exr writingCampbell Barton
2012-06-13style cleanupCampbell Barton