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-08-19Cleanup: style + doxyCampbell Barton
2015-08-18IMB_thumb: Allow blen-handling func to also load datablock previews from .ble...Bastien Montagne
2015-08-18IMB_thumb: add thread locking API.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-07-29ImBuf: Fixes for openexr imagesSergey Sharybin
2015-07-27Jpeg2000: Fixed for DCP pipelineSergey Sharybin
2015-07-23ImBuf: Fix OpenExr leaking memory when reading file with IB_test flagSergey Sharybin
2015-07-21Fix T45502: Crash showing thumbnailsCampbell Barton
2015-07-16Fix T45451: File Browser crash on 16bits PNG image previews.Bastien Montagne
2015-07-13Cleanup: IMB prefix for ImBuf definesCampbell Barton
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-07-11ImBuf: Fix compilation error with older libpngSergey Sharybin
2015-07-11error in own last commitCampbell Barton
2015-07-11Avoid static var for OpenEXRCampbell Barton
2015-07-11Make Iris image loading thread-safeCampbell Barton
2015-07-11ImBuf: cleanup, use const for memory passed inCampbell Barton
2015-07-03Fix T45283: Blender crashes on some grayscale PNGs with alpha.Bastien Montagne
2015-07-01Sequencer metadata:Antony Riakiotakis
2015-06-30Cleanup: move BLI_char_switch into BLI_stringCampbell Barton
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-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-06-18Fix T45104: RGBA PNG Stereo 3d Anaglyph renders turn all shades of black into...Dalai Felinto
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-17ImBuf: Assert when read/write gets relative pathsCampbell Barton
2015-06-12Fix for building without ffmpegCampbell Barton
2015-06-12Merge all changes to blenderplayer from gooseberry branch:Antony Riakiotakis
2015-06-05ImBuf: Fix compilation error with latest OIIOSergey Sharybin
2015-06-04Loading raw targa now sets the filetypeCampbell Barton
2015-06-04Fix for leak creating stereo imagesCampbell Barton
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-06-02Fix T44869: Crash rendering >2gb imagesCampbell Barton
2015-06-01Thumbnails: fix bad handling of invalid thumbnails, cleanup and deduplication.Bastien Montagne
2015-06-01Font Preview: much better handling of i18n case.Bastien Montagne
2015-05-29Yet another attempt to fix T44869Antony Riakiotakis
2015-05-29Fix T44882, color picker in texpainting doing linear interpolation evenAntony Riakiotakis
2015-05-26Building without OpenEXR works againCampbell Barton
2015-05-26Fix multilayer OpenEXR not supporting metadata.Antony Riakiotakis
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-19Support string metadata loading for OpenEXR files.Antony Riakiotakis
2015-05-19Fix T44759: Blender has problems reading and writing 42k images to PNGSergey Sharybin
2015-05-18Cleanup: use const for Imbuf file typesCampbell Barton
2015-05-12ImBuf: Update stubs so strict compiler is happy about unused argumentsSergey Sharybin
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-11GHash: avoid redundant castsCampbell Barton