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
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-08-04Fix T87635: Rename shader node "Specular" to "Specular BSDF"Pratik Borhade
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-18Cleanup: clang-tidyCampbell Barton
2021-06-11Nodes: move mix rgb node to C++Charlie Jolly
2021-06-04Nodes: Add Multiply Add to Vector Math nodesCharlie Jolly
2021-06-02EEVEE: AOVs not same as cycles.Jeroen Bakker
2021-06-02Revert "EEVEE: AOVs not same as cycles."Jeroen Bakker
2021-06-02EEVEE: AOVs not same as cycles.Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Geometry Nodes: Add Shader Curve NodesCharlie Jolly
2021-05-25Cleanup: use nullptrJacques Lucke
2021-05-24Nodes: move shader curves node to C++Charlie Jolly
2021-05-21Cleanup: spellingLeon Zandman
2021-05-21Eevee Wavelength Node SupportIyad Ahmed
2021-05-14Merge branch 'blender-v2.93-release'Philipp Oeser
2021-05-14Fix T88234: Crash with Eevee when shader displacement socket connection is mutedPhilipp Oeser
2021-04-30Nodes: Add a callback to check for valid socket typeWannes Malfait
2021-04-12UI/Nodes: Improve feedback when adding node fails (e.g. on drag & drop)Julian Eisel
2021-04-11Cleanup: clang-formatCampbell Barton
2021-04-09Fix T87117: Geometry Nodes: Add missing Map Range modes to shader nodeCharlie Jolly
2021-04-01Cleanup: Remove unused codeHans Goudey
2021-03-27Cleanup: clang-formatCampbell Barton
2021-03-26Geometry Nodes: Add remaining operations to the Vector Math nodeLeon Leno
2021-03-23Cleanup: use BLI_assert_unreachable in some placesJacques Lucke
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-11Geometry Nodes: fix error adding a value nodePhilipp Oeser
2021-03-10Add 'foreach_nodeclass' for geometry nodetreesPhilipp Oeser
2021-03-08EEVEE: Ambient Occlusion: Add sample parameter support for the AO nodeClément Foucault
2021-03-08Geometry Nodes: support Vector Rotate nodeLeon Leno
2021-03-06Nodes: refactor derived node treeJacques Lucke
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2021-03-05Nodes: move vector rotate node to C++Jacques Lucke
2021-03-01Fix T84658: Anisotropic BSDF - most modes not using Screen SpacePhilipp Oeser
2021-02-21EEVEE: Ambient Occlusion Node: Support inverted and distance parametersClément Foucault
2021-02-13EEVEE: Fix glass with sharp distribution not ignoring roughnessClément Foucault
2021-02-13EEVEE: Refactor closure_lit_lib.glslClément Foucault
2021-02-08Fix T85368: map range node clamps incorrectly in geometry nodesdf0bce3f7d0Sam Miller
2021-01-29EEVEE: Fix GPUNodeLink memory leak for displacement nodes using SHD_SPACE_WORLDMichael Möller
2020-12-18Fix T83494: Eevee clamp node incorrect when min > max.Jeroen Bakker