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
2020-01-17Fix T53178: Casting in Blur node with Relativemano-wii
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-06-12Compositor: fix linear feather falloff in dilate/erode nodeJacques Lucke
2019-04-23Cleanup: style, use braces for compositorCampbell Barton
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-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2016-01-14Compositor: Add option to extend image bounds when blurringSergey Sharybin
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-04-30Correct missing breakCampbell Barton
2015-04-26Add inverse-square falloff to bmesh, mask & compo.Campbell Barton
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-02-19Code cleanup: styleCampbell Barton
2014-02-13Fix T38529, Blur node size 0 doesn't work.Lukas Tönne
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2012-08-24fix for bug in variable size blur compositor node - using incorrect Y blur op...Campbell Barton
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-21falloff options for dilate/erode feather compo node.Campbell Barton
2012-06-16use ease interpolation for dilate/erode feather option, looks smootherCampbell Barton
2012-06-16feather option for dilate/erode node - needed for alpha masks so we can (blur...Campbell Barton
2012-06-15style cleanup: composite/blurCampbell Barton
2012-06-04 * modified vieweroperation to not calculate based on the DO_NODE_OUTPUTJeroen Bakker
2012-06-01Optimize Gaussian blursMonique Dewanchand
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17 ____ Jeroen Bakker