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-22Compositor: Fix buffer area iterating past the endManuel Castilla
2021-07-22Compositor: Add coordinates to BuffersIteratorManuel Castilla
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Compositor: Fix crash when connecting multiple constant inputsManuel Castilla
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: spellingCampbell Barton
2021-07-20Cleanup: Clang formatAaron Carlisle
2021-07-19Compositor: Export operation results as debug optionManuel Castilla
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-19Compositor: Buffer iteratorsManuel 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 pixels being wrapped outside buffer areaManuel Castilla
2021-07-13Compositor: Fix convert resolutions linking different socket datatypesManuel Castilla
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-08CMake: add missing headers, sort file listsCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-07Compositor: Fix constant folded operations not being renderedManuel Castilla
2021-07-07Compositor: Fix crash when executing works in constant foldingManuel Castilla
2021-07-06Compositor: Fix execution system unset during constant foldingManuel Castilla
2021-07-06Compositor: Graphviz improvementsManuel Castilla
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-06Fix T89671: Crash when using Denoise node on Full Frame modeManuel 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-06Compositor: Add base operation for updating buffer rowsManuel Castilla
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell 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-23Cleanup: remove unused parameterManuel Castilla
2021-06-22Cleanup: Spelling MistakesLeon Zandman