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-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-08-31Cleanup: Use const for node data in compositorHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-23Cleanup: use underscore suffix for private data membersManuel Castilla
2021-10-23Fix T92400: Denoise node Prefilter output is always "Fast"Manuel Castilla
2021-10-19Fix T85779: Cycles not using all threads when using OpenImageDenoiseBrecht Van Lommel
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-28Compositor: Replace resolution concept by canvasManuel Castilla
2021-09-19Compositor: Add OIDN prefiltering option to Denoise nodeManuel Castilla
2021-09-04Compositor: Full frame filter nodesManuel Castilla
2021-04-12Compositor: Allocate OIDN memory after receiving lock.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.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