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
2017-07-21Fix a few harmless maybe uninitialized warnings with GCC 5.4.Brecht Van Lommel
2017-07-21Fix T46560: 2D paint smear and soften brushes not working with alpha.Brecht Van Lommel
2017-07-10Fix T51898: missing sequence strip color space validation on load.Brecht Van Lommel
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-02Cleanup: styleCampbell Barton
2017-05-30ImBuf: Fix strict compiler warning in Cineon image IOSergey Sharybin
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-26Fix T51609: Bake Texture, Margin crashing BlenderSergey Sharybin
2017-05-26Cleanup: Typo in colormanagement (ColormnaageCacheData -> ColormanageCacheData)Lukas Stockner
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-05-16Fix crash from freeing of NULL pointerMai Lavelle
2017-05-16Fix memory leak when saving OpenEXR filesSergey Sharybin
2017-05-16Fix T49864: EnvMap baking crashes 2.78 if 'Full Sample' checked in AASergey Sharybin
2017-05-16Fix byte-to-float conversion when using scene strips in sequencer with identi...Olly Funkster
2017-05-16Make imbuf's OIIO bindings to compile with latest OIIO from gitSergey Sharybin
2017-05-07Color management: add Filmic view transform to Blender configuration.Brecht Van Lommel
2017-04-12Color management: Avoid memory copy into same bufferSergey Sharybin
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-02-07Cleanup: Use const qualifier in some of color management codeSergey Sharybin
2017-02-07Color management: Add utility function to convert byte to float with processo...Sergey Sharybin
2017-02-07Color management: Implement threaded byte buffer conversionSergey Sharybin
2016-12-06Fix T50122: SEGFAULT: OCIO configuration typo leads to segfaultSergey Sharybin
2016-12-02Fix (unreported) memleak in ImBuf mipmap code in some cases.Bastien Montagne
2016-11-29Fix compilation error with latest OIIO 1.7.8Sergey Sharybin
2016-10-12FFmpeg: Fix off by one error in number of detected frames in matroska containerSergey Sharybin
2016-09-20Fix T49386: Blender crashes when told to load an OCIO LUT that does not existSergey Sharybin
2016-07-22fix comparison of identicalsMike Erwin
2016-07-12Revert "OpenJPEG: update to 2.1 from 1.5"Sergey Sharybin
2016-07-12OpenJPEG: update to 2.1 from 1.5Campbell Barton
2016-06-28[msvc2015/OpenEXR] Linker hackery is no longer required in vc2015Martijn Berger
2016-06-27Fix (unreported) potential buffer overflow with BLO_library_path_explode() us...Bastien Montagne
2016-06-22Cleanup: styleCampbell Barton
2016-06-13Fix misleading indentation in ImBufSergey Sharybin
2016-05-31Cleanup: unused definesCampbell Barton
2016-05-06Speedup of regular 2D paintingSergey Sharybin
2016-05-06Implement threaded partial display buffer updateSergey Sharybin
2016-05-06Multi-thread generated image creationSergey Sharybin
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Fix OS X build error after SSE changes, BLI_math_base.h conflicts with EXR he...Brecht Van Lommel
2016-05-05Optimize projection painting with big brushesSergey Sharybin
2016-05-05Optimize threaded scanline processorSergey Sharybin
2016-05-05Simplify scanline threaded processor used by GPU_verify_imageSergey Sharybin
2016-04-26Fix T47992: Stereo 3D Anaglyph rendered Images saved too lightSergey Sharybin
2016-04-22Cleanup: warnings (double promote, string format)Campbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-03-23Revert "Fix T47869: OpenColorIO Error with unicode path to config file under ...Sergey Sharybin
2016-03-23Fix T47869: OpenColorIO Error with unicode path to config file under WindowsSergey Sharybin
2016-03-18Fix T47806: Blender animation player stop working correctly with XVID codecSergey Sharybin
2016-03-17ImBuf: Some tweaks to FFmpeg frame free policySergey Sharybin