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-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
2015-01-29Gooseberry request: Dithering support for byte images when painting onAntony Riakiotakis
2015-01-29Sequencer: Report proxies which are being skipped to the consoleSergey Sharybin
2015-01-28Sequencer: Option to skip strip proxy generation if they already existsSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-24Cleanup: styleCampbell Barton
2015-01-08DDS missed newline printing errors.Campbell Barton
2015-01-08GHash: use reinsert instead of remove/insertCampbell Barton
2015-01-06Fix T43143: DPX header wrong, making it impossible to import to other softwareSebastian Koenig