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-10-08Cleanup: Convert camelCase naming to snake_case in Compositortemp-compositor-cleanupsManuel Castilla
2021-10-08Cleanup: Use `_` suffix for non-public members in Compositor Manuel Castilla
2021-10-08Cleanup: Remove `this->` for `m_` prefixed members in CompositorManuel Castilla
2021-10-08Cleanup: Remove unused includes in CompositorManuel Castilla
2021-09-28Compositor: Add support for canvas compositingManuel Castilla
2021-09-19Compositor: Fix crash exporting buffers on debugManuel Castilla
2021-08-23Compositor: Fix incorrect copying of uchar buffersManuel Castilla
2021-08-23Compositor: Add sampling methods for full frameManuel Castilla
2021-07-22Compositor: Add coordinates to BuffersIteratorManuel Castilla
2021-07-19Compositor: Buffer iteratorsManuel Castilla
2021-07-06Fix T89671: Crash when using Denoise node on Full Frame modeManuel Castilla
2021-06-23Compositor: Full frame Image nodeManuel Castilla
2021-05-10Compositor: Add vars and methods for easier image loopingManuel Castilla
2021-03-30Cleanup: clang-format.Jeroen Bakker
2021-03-30Cleanup: Use constexpr.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.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-08Cleanup: Change extension .cpp to .ccJeroen Bakker