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-01-12Compositor: Add Scene Time Node, Rename Time nodeNathan Rozendaal
2022-01-10Compositing Convert color space nodeJeroen Bakker
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-22Fix: Large stack allocation in compositorMichael
2021-12-20Cleanup: Const arguments, remove unused argumentHans Goudey
2021-12-15Initialize the fourth and final instance variable of MemoryProxyMichael
2021-12-09Cleanup: move public doc-strings into headers for 'compositor'Campbell Barton
2021-11-29Fix T93310: crash due to broken image pathsJacques Lucke
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-23Cleanup: remove unused functionManuel Castilla
2021-10-14Fix compile error with 'WITH_CXX_GUARDEDALLOC'Germano Cavalcante
2021-10-14Fix Compositor stack use after scopeManuel Castilla
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 `this->` for `m_` prefixed members in CompositorManuel Castilla
2021-10-14Cleanup: remove unused includes in CompositorManuel Castilla
2021-09-29Cleanup: spelling in commentsCampbell Barton
2021-09-28Compositor: Add support for canvas compositingManuel Castilla
2021-09-28Compositor: Replace resolution concept by canvasManuel Castilla
2021-09-19Compositor: Fix crash exporting buffers on debugManuel Castilla
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-09-11Compositor: Fix crash when hashing unconnected operationsManuel Castilla
2021-09-06Cleanup: clang-formatAaron Carlisle
2021-09-05Compositor: New Posterize NodeAaron Carlisle
2021-09-05Cleanup: improve code clarityManuel Castilla
2021-09-04Compositor: Merge equal operationsManuel Castilla
2021-09-04Compositor: Full frame filter nodesManuel Castilla
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: Fix crash enabling buffer groups on full frameManuel Castilla
2021-08-23Compositor: Fix incorrect copying of uchar buffersManuel Castilla
2021-08-23Compositor: Full frame Bokeh Blur and Blur nodesManuel Castilla
2021-08-23Compositor: Add sampling methods for full frameManuel Castilla
2021-08-10Fix T90572: "Render Region" is broken due to compositingManuel Castilla
2021-08-10Compositor: Fix memory leaks when initializing tiles multi-threadedManuel Castilla
2021-08-10Compositor: Full frame input nodesManuel Castilla
2021-07-30Compositor: Fix wrong number of threads during constant foldingManuel Castilla
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-26Compositor: Full frame Levels nodeManuel Castilla
2021-07-26Compositor: Fix memory leak when exporting operations on debugManuel Castilla
2021-07-26Compositor: Full frame Scale nodeManuel Castilla
2021-07-22Compositor: Fix crash when using empty input sourcesManuel Castilla
2021-07-22Compositor: Fix buffer area iterating past the endManuel Castilla
2021-07-22Compositor: Add coordinates to BuffersIteratorManuel Castilla
2021-07-20Compositor: Fix crash when connecting multiple constant inputsManuel Castilla
2021-07-19Compositor: Export operation results as debug optionManuel Castilla
2021-07-19Compositor: Buffer iteratorsManuel Castilla
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton