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-10-26Cycles: changes to source code folders structureBrecht Van Lommel
2021-10-11Cycles: restore Christensen-Burley SSSBrecht Van Lommel
2021-09-30Nodes: Add Float Curve for GN and Shader nodes.Charlie Jolly
2021-09-24Cleanup: clang formatPhilipp Oeser
2021-09-24Hair Info Length AttributeJeroen Bakker
2021-09-22Fix T91576: Cycles attribute node with name N for smooth normal no longer wor...Brecht Van Lommel
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-08-17Fix T82336: Cycles standard attributes missing in displacement shadersKévin Dietrich
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: use '#if 0' for commented code-blockCampbell Barton
2021-06-04Nodes: Add Multiply Add to Vector Math nodesCharlie Jolly
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-03-15Fix Cycles rendering crash on OpenBSDBrecht Van Lommel
2021-02-17Cycles: add support for Arm Neon instructions using sse2neonBrecht Van Lommel
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2020-11-16Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-16Fix T82673: Cycles crash with zero emission strength and linked emission colorBrecht Van Lommel
2020-11-10Fix T82561: shader compilation crashes in OSLKévin Dietrich
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-30Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-10-30Fix Cycles map range node missing clamp socketBrecht Van Lommel
2020-10-28Cycles: internal support for alpha output for attribute nodeAlexander Gavrilov
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-09-17Shaders: add emission strength input to Principled BSDF nodeAlex Strand
2020-08-31Cycles: introduce an ownership system to protect nodes from unwanted deletions.Kévin Dietrich
2020-08-18Cycles: add a Pass NodeKévin Dietrich
2020-08-17Fix T79052: Cycles new sky texture fails with sun size zeroBrecht Van Lommel
2020-07-20Cycles: adjust Sky texture intensity to follow physical unitsBrecht Van Lommel
2020-07-13Cycles: Clamp Sky Texture altitude to avoid numerical issuesLukas Stockner
2020-07-13Cycles: Add control for sun intensity in Sky Texture and change altitude to kmLukas Stockner
2020-07-13Cycles: Remove limits on the Sky texture's sun rotationLukas Stockner
2020-07-09EEVEE: Implement the missing Sky textureSzymon Ulatowski
2020-06-17Cycles: Add new Sky Texture method including direct sunlightLukas Stockner
2020-05-15Cycles: Refactor microfacet BSDFs to remove separate anisotropy codeLukas Stockner
2020-04-09Shading: add Roughness input to Noise and Wave texture nodesBartosz Moniewski
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11Cleanup: refactor image loading to use abstract ImageLoader base classBrecht Van Lommel
2020-03-11Cleanup: add ImageHandle to centralize image ownership logicBrecht Van Lommel
2020-03-11Cycles: add internal default volume shader, to be used for new volume objectBrecht Van Lommel
2020-03-06Cleanup: tweak Cycles #includes in preparation for clang-format sortingBrecht Van Lommel
2020-03-02Shading: Add invert option to Vector Rotate NodeCharlie Jolly
2020-02-26Cleanup: add ImageKey to avoid longer argument lists and duplicated codeBrecht Van Lommel
2020-02-24Fix T74169: Vector Rotate Node - Euler modes not working as intendedCharlie Jolly
2020-02-19Fix T73938: Cycles Vertex Color wrong if no layer is specifiedPhilipp Oeser
2020-02-17Cycles: Vector Rotate Node using Axis and Angle methodCharlie Jolly
2020-02-17Shading: add direction modes and phase offset to wave texture nodeBartosz Moniewski
2020-02-15Shading: Extend Vector Math Node with Sin, Cos, Tan and Wrap functionsCharlie Jolly
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2020-02-04Merge branch 'blender-v2.82-release'Pablo Dobarro