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-10-11Fix T101601: Compositor/Set cryptomatte alpha to 1.Alaska
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-08-31Cleanup: Use const for node data in compositorHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-25Cleanup: Correct location of node function declarationsHans Goudey
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: remove unused includes in CompositorManuel Castilla
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-08-23Fix T89998: Cryptomatte node output values doubled with Multi-ViewManuel Castilla
2021-06-02Fix T88567: Cryptomatte only works for the first View Layer.Jeroen Bakker
2021-05-31Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the time...Jeroen Bakker
2021-04-02Cleanup: remove loading blender namespace from Vector.Jeroen Bakker
2021-03-30Cleanup: Replace std::vector with blender::Vector.Jeroen Bakker
2021-03-30Cryptomatte: Fix When Image based Cryptomatte Aren't On The First Render Layer.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-22Cleanup: clang-format, trailing spaceCampbell Barton
2021-03-19Cleanup: Use enum class for DataType.Jeroen Bakker
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-08Cleanup: Change extension .cpp to .ccJeroen Bakker