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
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-08-07Cleanup: Compositor, Clang-Tidy else-after-return fixesSybren A. Stüvel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-13Cleanup: GCC ignored qualifier warningCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-07-08code cleanup: quiet uninitialized memory use warning for X11 - harmless in th...Campbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-07-04Two pass execution:Jeroen Bakker
2012-06-26rename remaining class members with m_ prefix.Campbell Barton
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton
2012-06-12 * FIX forJeroen Bakker
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17 ____ Jeroen Bakker