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
2021-03-08Cleanup: Change extension .cpp to .ccJeroen Bakker
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2016-01-14Compositor: Add option to extend image bounds when blurringSergey Sharybin
2014-10-06Compositor: implement OpenCL backend for gaussian blurSergey Sharybin
2014-06-02Fix T40448: Blurring bug in the compositorSergey Sharybin
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2013-10-19Applied patch [#34178] tile rendering for fast gaussian blurJeroen Bakker
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-11-17Fix #33204: Blur node ignores Gamma settingSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-24fix for bug in variable size blur compositor node - using incorrect Y blur op...Campbell Barton
2012-08-14rename blur `Reference` to `Variable Size`, improve tooltipCampbell Barton
2012-08-01Code cleanup: remove some more unused includes of DNA_scene_typesSergey Sharybin
2012-07-19Fix for Jeroen Bakker
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-06-15style cleanup: more nodesCampbell Barton
2012-06-15style cleanup: composite/blurCampbell Barton
2012-06-11 * Blur node had some irregularities at the edge of the screenJeroen Bakker
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-01Optimize Gaussian blursMonique Dewanchand
2012-05-23cleanup relink codeJeroen Bakker
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17code cleanup: quiet warnings from compositor merge (builds with -Werror now i...Campbell Barton
2012-05-17 ____ Jeroen Bakker