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-08-20Compositor: Fix incorrect copying of uchar buffersManuel Castilla
2021-08-13Compositor: Full frame Inpaint nodeManuel Castilla
2021-08-08Avoid using `floor` functionManuel Castilla
2021-08-03Compositor: Sample single elem buffers at bordersManuel Castilla
2021-08-02Merge branch 'cmp-nodes-input' into compositor-full-frameManuel Castilla
2021-08-02Add `MovieClipAttribute` as a constant operationManuel Castilla
2021-07-29Fix missing constManuel Castilla
2021-07-27Compositor: Add sampling methods for full frameManuel Castilla
2021-07-27Compositor: Full frame Scale nodeManuel Castilla
2021-07-26Compositor: Full frame Scale nodeManuel Castilla
2021-07-23After merge fixesManuel Castilla
2021-07-22Merge branch 'master' into compositor-full-frameManuel Castilla
2021-07-19Compositor: Buffer iteratorsManuel Castilla
2021-07-13Compositor: Fix pixels being wrapped outside buffer areaManuel Castilla
2021-07-06Fix T89671: Crash when using Denoise node on Full Frame modeManuel Castilla
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-23Compositor: Full frame Image nodeManuel Castilla
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-05-27Create buffer utility methods for copying/filling rectsManuel Castilla
2021-05-10Compositor: Add vars and methods for easier image loopingManuel Castilla
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-26Cleanup: Remove SocketReader.Jeroen Bakker
2021-03-19Cleanup: Use uint8_t for num of channels.Jeroen Bakker
2021-03-19Cleanup: Use enum class for MemoryBufferExtend.Jeroen Bakker
2021-03-19Cleanup: Remove unused states and vars from MemoryBuffer.Jeroen Bakker
2021-03-19Cleanup: MemoryBuffer do not store width and height.Jeroen Bakker
2021-03-19Cleanup: Rename copyContentFrom to fill_from.Jeroen Bakker
2021-03-19Cleanup: Add copy constructor to MemoryBuffer.Jeroen Bakker
2021-03-19Cleanup: Use ref to read from encapsuled data.Jeroen Bakker
2021-03-19Cleanup: Replace ptr with ref (COM_MemoryBuffer).Jeroen Bakker
2021-03-19Cleanup: Use enum class for DataType.Jeroen Bakker
2021-03-16Cleanup: Removed commented out code.Jeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2019-08-16Cleanup: spellingCampbell Barton
2019-05-01Cleanup: comments (long lines) in compositorCampbell Barton
2019-04-23Cleanup: style, use braces for compositorCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-13Cleanup: GCC ignored qualifier warningCampbell Barton
2018-09-05Cleanup: replace doxy @ with backslashCampbell Barton
2018-08-08Cleanup: use conforming header guardCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2016-03-14Fix T47785: Rendering Crash, Node Connector Crash, Changing Editors CrashSergey Sharybin