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-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-11-08Fix various issues with (multiview) OpenEXR file save/load.Brecht Van Lommel
2017-11-08Fix EXR multilayer compositing result saving issues.Brecht Van Lommel
2017-11-08Fix image editor showing pass name when there is only a combined pass.Brecht Van Lommel
2017-11-08Fix incorrect color management when saving JPG previews for EXR.Brecht Van Lommel
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-05Cleanup: spellingCampbell Barton
2017-11-02Fix Cycles showing empty tiles while they are being denoised.Brecht Van Lommel
2017-11-02Fix T53182: cancelling save buffers + denoising render clears image.Brecht Van Lommel
2017-10-31Add ability for render engines to report extra meta data to pipelineSergey Sharybin
2017-10-31Stamp info: Use dedicated function to free up memorySergey Sharybin
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-03Weight Paint: don't set weight w/ average brushCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-18Cleanup: use clamped rounding functionsCampbell Barton
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-09-12Fix T52679: Hole in bake normalSergey Sharybin
2017-08-03Remove volatile, causing issues w/ GCC/ubsanCampbell Barton
2017-07-19Fix T52116: Blender internal BVH build crash in degenerate cases.Brecht Van Lommel
2017-07-10Fix T52011: Border render is incorrect with multiple scenesSergey Sharybin
2017-07-07Fix T51991: Disabled for viewport particle system becomes visible after BI re...Sergey Sharybin
2017-07-02Fix T51746: normal map tangents not working correctly when there are no UV maps.Alexander Romanov
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-02Cleanup: styleCampbell Barton
2017-05-30Fix T49570: Cycles baking can't handle materials with no imagesDalai Felinto
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-19Fix T51524: Instantiated Hair Object which has dupligroup children and hidden...Bastien Montagne
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-05-16Fix T49864: EnvMap baking crashes 2.78 if 'Full Sample' checked in AASergey Sharybin
2017-05-16Fix memory leak in environmentSergey Sharybin
2017-05-10Fix T51455: Render Layers in compositor from a different scene not workingLukas Stockner
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-03-31Fix threading conflicts in multitex_ext_safe()Sergey Sharybin
2017-03-12Cleanup: styleCampbell Barton
2017-03-01Task scheduler: Remove counter of done tasksSergey Sharybin
2017-02-28Fix T49936: Cycles point density get's it's bounding box from basis shape keySergey Sharybin
2017-01-25Fix T50115: stereoscopic video file memory leakDalai Felinto
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2017-01-11Split interp_weights_face_v3 into specific functions for tris and quadsLuca Rood
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2017-01-06Fix: Audio plays back incorrectly after rendering to a video fileJörg Müller
2016-12-15Layer Weight node support for Blender Internal RenderAlexander Romanov
2016-11-08Fix T49937: Blender is crashing because of Lamp Data NodeSergey Sharybin
2016-10-09Fix T49609: Point density textures: vertex colors are not properly averaged i...Daisuke Takahashi
2016-10-08Fix a few compile errors with C++11 on macOS.Brecht Van Lommel