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-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: use consistent copyright location, move descriptionsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'compositor'Campbell Barton
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-04Compositor: Full frame filter nodesManuel Castilla
2021-07-20Cleanup: Clang formatAaron Carlisle
2021-07-15Fix T49944: Compositor ID Mask Anti-Aliasing not workingAidan Haile
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-08Cleanup: spellingCampbell Barton
2021-03-29Cleanup: Use Bitflags For Booleans.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-29Compositor: Add Anti-Aliasing nodeHabib Gahbiche