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-01-25Cleanup: Correct location of node function declarationsHans Goudey
2022-01-13Cleanup: Run `make format`Julian Eisel
2022-01-12Compositor: Add Scene Time Node, Rename Time nodeNathan Rozendaal
2022-01-10Compositing Convert color space nodeJeroen Bakker
2021-10-14Cleanup: use `_` suffix for non-public data members in CompositorManuel Castilla
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 unused includes in CompositorManuel Castilla
2021-09-29Cleanup: Simplify compositor Z Combine operation conversionAaron Carlisle
2021-09-28Compositor: Add support for canvas compositingManuel Castilla
2021-09-28Compositor: Replace resolution concept by canvasManuel Castilla
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-19Compositor: Add OIDN prefiltering option to Denoise nodeManuel Castilla
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-09-06Cleanup: clang-formatAaron Carlisle
2021-09-05Compositor: New Posterize NodeAaron Carlisle
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-23Fix T89998: Cryptomatte node output values doubled with Multi-ViewManuel Castilla
2021-08-23Compositor: Full frame transform nodesManuel Castilla
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-07-26Compositor: Full frame Scale nodeManuel Castilla
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-07-15Fix T49944: Compositor ID Mask Anti-Aliasing not workingAidan Haile
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Compositor: Full frame Translate nodeManuel Castilla
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-16Fix: Image node alpha socket converted to operations twiceManuel Castilla
2021-06-15Cleanup: use back-slash for doxygen commentsCampbell Barton
2021-06-02Fix T88567: Cryptomatte only works for the first View Layer.Jeroen Bakker
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-05-31Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the time...Jeroen Bakker
2021-04-12Fix T74680: Incorrect mixing in Glare nodeSzymon Ulatowski
2021-04-12Fix T87252: File output node broken with more than 4 inputs.Jeroen Bakker
2021-04-02Cleanup: remove loading blender namespace from Vector.Jeroen Bakker
2021-04-02Cleanup: Added leading `e` to enum types.Jeroen Bakker
2021-03-30Compositor: Fix Incorrect Attaching NodeSockets.Jeroen Bakker
2021-03-30Cleanup: Replace std::vector with blender::Vector.Jeroen Bakker
2021-03-30Cryptomatte: Fix When Image based Cryptomatte Aren't On The First Render Layer.Jeroen Bakker
2021-03-29Cleanup: use pragma once.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-29Cleanup: Add `override` Keyword.Jeroen Bakker
2021-03-29Compositor: Add Anti-Aliasing nodeHabib Gahbiche
2021-03-26Cleanup: Replaced Typedef Enum With Enum Class.Jeroen Bakker
2021-03-24Cleanup: Add override keyword.Jeroen Bakker
2021-03-22Cleanup: clang-format, trailing spaceCampbell Barton
2021-03-19Cleanup: Use enum class for DataType.Jeroen Bakker
2021-03-19Cleanup: enum class ChunkOrdering.Jeroen Bakker
2021-03-19Cleanup: Use enum class for CompositorQuality.Jeroen Bakker