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-26Cleanup: Remove SocketReader.Jeroen Bakker
2021-03-26Cleanup: Use Enum Class For PixelSampler.Jeroen Bakker
2021-01-12Fix T64953: Add cryptomatte meta data to file output node.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-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-13Cleanup: GCC ignored qualifier warningCampbell Barton
2018-09-05Cleanup: replace doxy @ with backslashCampbell Barton
2018-08-08Cleanup: use conforming header guardCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2015-08-27Fix T45617: Map UV node produces image artifactsSergey Sharybin
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-11-22Code Cleanup: warningsCampbell Barton
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-07-22fix [#36248] Crash using factor input on color mix node.Campbell Barton
2012-08-28cleanup pixel sampler code (pixel interpolations in compositor)Jeroen Bakker
2012-08-16compositor - EWA filter was blurring too much by default, this caused the dis...Campbell Barton
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-14stule cleanup: node headersCampbell Barton
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17 ____ Jeroen Bakker