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-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-11Fix T101601: Compositor/Set cryptomatte alpha to 1.Alaska
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-09Realtime Compositor: Implement scale nodeOmar Emara
2022-09-02Realtime Compositor: Implement dilate erode nodeOmar Emara
2022-09-01Cleanup: make formatJacques Lucke
2022-08-31Cleanup: Use const for node data in compositorHans Goudey
2022-08-23Cleanup: Turn filter node methods into an EnumOmar Emara
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-09Fix T99949: Crash when last input from File Output node is deletedSergey Sharybin
2022-05-05Cleanup: unused parameter warningJacques Lucke
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-21T84815: Missing preview image in compositing file output nodePierre Risch
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Added a "Sharpen Less" kernel for the Filter Compositor nodeColin Basnett
2022-02-09Cleanup: use consistent copyright location, move descriptionsCampbell Barton
2022-02-02Compositor: Combine and Separate XYZ NodeAaron Carlisle
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