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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'compositor'Campbell 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-09-28Compositor: Add support for canvas compositingManuel Castilla
2021-09-28Compositor: Replace resolution concept by canvasManuel Castilla
2021-08-23Compositor: Full frame transform nodesManuel Castilla
2021-07-26Fix compile error on macos introduced in last commitManuel Castilla
2021-07-26Compositor: Full frame Scale nodeManuel Castilla
2021-07-13Compositor: Fix convert resolutions linking different socket datatypesManuel 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
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-08-08Cleanup: use conforming header guardCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-10-02Fix T52927: Compositor wrong scale when scale size input is connected to comp...Sergey Sharybin
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.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-15scale node - framing offset: compatible with camera shiftX/Y and the viewport...Campbell Barton
2012-06-14scale node for new compositor now supports framing option.Campbell Barton
2012-06-14revert own commits 47907, 47908 after some discussion this is really bad and ...Campbell Barton
2012-06-14change to scale node - multiply scale by scene size, without this theres no r...Campbell Barton
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-13style cleanup: scale nodeCampbell Barton
2012-05-17 ____ Jeroen Bakker