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-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-22Compositor: Fix crash when using empty input sourcesManuel Castilla
2021-07-22Compositor: Full frame Texture nodeManuel Castilla
2021-07-22Compositor: Full frame Movie Clip nodeManuel Castilla
2021-07-21Cleanup: spellingCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: spellingCampbell Barton
2021-07-20Cleanup: Clang formatAaron Carlisle
2021-07-19Compositor: Full frame Brightness nodeManuel Castilla
2021-07-19Compositor: Full frame Mix nodeManuel Castilla
2021-07-19Compositor: Full frame Viewer nodeManuel Castilla
2021-07-19Compositor: Full frame Double Edge Mask nodeManuel Castilla
2021-07-19Compositor: Full frame Ellipse Mask nodeManuel Castilla
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 Render Layers nodeManuel Castilla
2021-07-13Compositor: Full frame Translate nodeManuel Castilla
2021-07-13Compositor: Fix convert resolutions linking different socket datatypesManuel Castilla
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06Compositor: Enable constant folding on operationsManuel Castilla
2021-07-06Compositor: Constant foldingManuel Castilla
2021-07-06Cleanup: Set execution system as operations member in CompositorManuel Castilla
2021-07-06Compositor: Full frame Color Balance nodeManuel Castilla
2021-07-06Compositor: Full frame Color Correction nodeManuel Castilla
2021-07-06Compositor: Full frame Exposure nodeManuel Castilla
2021-07-06Compositor: Full frame Gamma 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-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Compositor: Full frame ID Mask nodeManuel Castilla
2021-06-23Compositor: Full frame Image nodeManuel Castilla
2021-06-21Cleanup: improve naming in CompositorManuel Castilla
2021-06-16Compositor: Full frame Value nodeManuel Castilla
2021-06-16Compositor: Full frame RGB nodeManuel Castilla
2021-06-09Fix: Compositor test desintegrate failing on arm64Manuel Castilla
2021-05-31Fix (unreported): TextureOperation inputs have no resolutionManuel Castilla
2021-05-26Compositor: Use BLI_color in convert alpha node.Jeroen Bakker
2021-05-24Cleanup: Refactor PlaneTrack and PlaneDistort operationsManuel Castilla
2021-04-12Fix T74680: Incorrect mixing in Glare nodeSzymon Ulatowski
2021-04-12Compositor: Allocate OIDN memory after receiving lock.Jeroen Bakker
2021-04-12Fix: File output uses incorrect resolution when first socket unused.Jeroen Bakker
2021-04-08Cleanup: spellingCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-04-02Cleanup: remove loading blender namespace from Vector.Jeroen Bakker
2021-04-02Cleanup: Added leading `e` to enum types.Jeroen Bakker
2021-04-02Compositor: stream operators for WorkPackages.Jeroen Bakker
2021-04-02Compositor: Debug stream operator.Jeroen Bakker
2021-03-31Cleanup: use constexpr for num channels.Jeroen Bakker