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-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-02Compositor: Combine and Separate XYZ NodeAaron Carlisle
2022-01-14Fix possible build error with unity buildAaron Carlisle
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