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
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-14Cleanup: convert camelCase naming to snake_case in CompositorManuel Castilla
2021-10-14Cleanup: replace members `m_` prefix by `_` suffix in CompositorManuel Castilla
2021-10-14Cleanup: remove `this->` for `m_` prefixed members in CompositorManuel Castilla
2021-08-23Compositor: Full frame Bokeh Blur and Blur nodesManuel Castilla
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-24Cleanup: Add override keyword.Jeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
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
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-08-08Cleanup: use conforming header guardCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2014-06-02Fix T40448: Blurring bug in the compositorSergey Sharybin
2013-10-19Applied patch [#34178] tile rendering for fast gaussian blurJeroen Bakker
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-08-08improvement to the DOF node, after blurring the radius buffer (derived from t...Campbell Barton
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-09removed depth aware defocusJeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-16speedup for fast gauss blue (approx 10% - 15%)Campbell Barton
2012-06-15style cleanup: composite/blurCampbell Barton
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-04 * modified vieweroperation to not calculate based on the DO_NODE_OUTPUTJeroen Bakker
2012-05-31Fix for [#31602] Node Glare: Ghosts effectJeroen Bakker
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17 ____ Jeroen Bakker