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-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2019-09-24Fix T68736 EEVEE: Loose subsurface node breaks shaderClément Foucault
2019-08-14Eevee: Improve Transparent BSDF behaviorClément Foucault
2019-08-10Nodes: Display vector values expanded, except when specified as compact.OmarSquircleArt
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-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-08-14Cleanup: Rename GPU_* functions to make more senseClément Foucault
2018-08-09Eevee: Fix assert with subsurface bsdfClément Foucault
2018-08-08Eevee: Remove some of the non-necessary uniformsClément Foucault
2018-07-06Cleanup: remove unused shader node compatibility flag.Brecht Van Lommel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-28Cycles: change principled BSDF default distribution and SSS.Brecht Van Lommel
2017-11-19Eevee : Fix bug with SSS and SSR active node selectionClément Foucault
2017-11-17Eevee: SSS: Add cubic profile for the sake of completeness.Clément Foucault
2017-11-16Eevee: SSS: Add Christensen-Burley diffusion profile.Clément Foucault
2017-11-14Eevee: Initial Separable Subsurface Scattering implementation.Clément Foucault
2017-11-14GPUMaterial : Add sss_data to Closure struct.Clément Foucault
2017-07-14Implement Uniformbuffer objects for nodetree parametersDalai Felinto
2017-07-06Eevee: Add support for common BSDFs.Clément Foucault
2016-03-05Fix T47670: cycles GLSL incorrect layer weight / fresnel.Brecht Van Lommel
2016-02-04Nodes: Remove code which was dead for 2 years nowSergey Sharybin
2016-02-04Cycles: Make Christensen-Burley a default falloff functionSergey Sharybin
2015-07-28Fix T45590: Some more missing glsl functionsSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2013-09-04Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this willBrecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-09Fix #36146, Cycles SSS Shader Node - Scale Value Input Box - to sensitive. Ch...Lukas Toenne
2013-05-22Shader Nodes:Thomas Dinges
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel