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-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
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-04Fix metadata display in sequencer lost after doing a preprocessAntony Riakiotakis
2015-04-30Fix T44541 aka gigapixel image render support in blender.Antony Riakiotakis
2015-04-30Cleanup: styleCampbell Barton
2015-04-29File browser - change thumbnails size with a sliderBastien Montagne
2015-04-29Cleanup: make grumpy asan happy and do not use `new []` to allocate data free...Bastien Montagne
2015-04-24OpenEXR: RenderResult should always have a RenderViewDalai Felinto
2015-04-21Metadata display support - patch by Julian and me.Antony Riakiotakis
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-10Thumbnails: Add translations to font preview.Bastien Montagne
2015-04-10Thumbnails: some reorganization, decouple actual path of file to preview from...Bastien Montagne
2015-04-08Font preview for file browserCampbell Barton
2015-04-08Cleanup: IMB/thumb namingCampbell Barton
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-27ImBuf: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-25Allow multiple strips to use the same directory when custom proxyAntony Riakiotakis
2015-03-23Change coefficients to 4 digit precision only.Antony Riakiotakis
2015-03-19CleanupCampbell Barton
2015-03-19Cleanup: better not pass function call to FTOCHARCampbell Barton
2015-03-18Fix T44029 textures disappear in viewport if GPU mipmap generation isAntony Riakiotakis
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-03-14Cleanup: styleCampbell Barton
2015-03-12OpenEXR 2.2 add support for Dreamworks DWAA / DWAB compressionMartijn Berger
2015-03-12Fix loading of indexed .bmp filesCampbell Barton
2015-03-11Fix 8bit BMP palette readingCampbell Barton
2015-02-23Move allocation of imbuf from array to allocimbuf.Antony Riakiotakis
2015-02-23After discussion on irc change new function to only allocate from aAntony Riakiotakis
2015-02-23IMB library: Add function that scales an array of byte or float pixels.Antony Riakiotakis
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-02-06One more crashing instance for hashesAntony Riakiotakis
2015-02-06Fix sequencer crashing after recent GHash refactor.Antony Riakiotakis
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-02-04Port fix from gooseberry that doesn't load the full res file if a proxyAntony Riakiotakis
2015-02-02cleanup: style/spellingCampbell Barton
2015-01-31Cleanup: styleCampbell Barton
2015-01-31Blender metadata changes to accommodate non string dataMartijn Berger
2015-01-30Get rid of the file touch hack.Antony Riakiotakis
2015-01-30More hacks for proxy generation:Antony Riakiotakis
2015-01-29Fix T43472: IMBuf: crash on loading top-to-bottom bitmaps.Bastien Montagne