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-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-30Cleanup: add missing extern "C"Jacques Lucke
2020-06-09Fix T76984: Normal node not drawing properly in compositorEvan Wilson
2020-05-19Fix T76780: Freestyle pass for one scene not accessible in compositor in othe...Jeroen Bakker
2020-05-02Fix T76309: changing AOV type does not update compositor socketBrecht Van Lommel
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-21Fix T67712: cryptomatte sockets created in wrong order in some casesBrecht Van Lommel
2020-03-20Cleanup: remove old header conventions recently re-introducedCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17Cleanup: Fix warnings about function signature of register passRay Molenkamp
2020-03-15Cleanup: redundant assignmentsCampbell Barton
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-03-06Cleanup: rename 'verify' to 'ensure' for BKE_image_viewer functionsCampbell Barton
2020-02-21EEVEE: Render PassesJeroen Bakker
2020-02-14Freestyle: Add option for rendering Freestyle to a separate passLukas Stockner
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-17Cleanup: remove contributors, license begin/end & doxy file argumentCampbell Barton
2019-12-07Maths Node: Additional functionsCharlie Jolly
2019-11-05Fix compositor Denoise node showing Normal value buttonsBrecht Van Lommel
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-27Compositor: Reversed order of Normal and Albedo in Denoising Node.Stefan Werner
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-14Compositor: Added denoising nodeBrecht Van Lommel
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-02Fix T66290: new Node's init api callback was not handling ID usercount.Bastien Montagne
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-29Cleanup: comments (long lines) in nodesCampbell Barton
2019-04-24Nodes: avoid slow and unecessary node group updates on file readBrecht Van Lommel
2019-04-22Cleanup: style, use braces for nodesCampbell Barton
2019-04-19Cleanup: Remove image preview codeSergey Sharybin
2019-04-19Cleanup: Remove unneeded compositor update functionSergey Sharybin
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17Cleanup: line wrapping caused by commentsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-10Cleanup: use STR_ELEM macroCampbell Barton
2019-03-22UI: Rename editor "Compositing" to "Compositor"Adrian Newton
2019-03-18Fix T62670: insert_link() method not working for ShaderNodeCustomGroup.Miguel Porces
2019-03-16Python API: add Python-defined node groups for shaders and compositing.Miguel Porces
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-01Merge branch 'blender2.7'Brecht Van Lommel