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-12-24Nodes: Migrate bump shader node to cppAaron Carlisle
2021-12-07Revert moving all shader nodes to c++Jacques Lucke
2021-12-05Cleanup: Migrate all shader nodes to c++Aaron Carlisle
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2019-09-06Eevee: Use manual derivatives for better quality bump.Clément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-08Eevee: Fix geometry node for environments and support true_normalClément Foucault
2018-08-14Cleanup: Rename GPU_* functions to make more senseClément Foucault
2018-07-06Cleanup: remove unused shader node compatibility flag.Brecht Van Lommel
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-01-24Merge branch 'master' into blender2.8Bastien Montagne
2018-01-24Fix Cycles GLSL bump not matching final render after recent changes.Brecht Van Lommel
2017-07-14Implement Uniformbuffer objects for nodetree parametersDalai Felinto
2016-05-22Fix missing Ignore option for GLSL bumpSergey Sharybin
2016-05-22Cycles: Support bump mapping in GLSL viewportSergey Sharybin
2016-03-05Fix T47670: cycles GLSL incorrect layer weight / fresnel.Brecht Van Lommel
2015-04-08Fix memory leak in bump GLSL nodeAntony Riakiotakis
2014-11-28Cleanup: unused headersCampbell Barton
2014-05-07Fix some nodes showing up as undefined after the fix in 79c345acc21b.Brecht Van Lommel
2014-01-04Changed percentage and 0-1 number fields to use sliders. This is more consist...William Reynish
2013-05-29Cleanup: Removed all NODE_OPTIONS flags from C node type definitions, these a...Lukas Toenne
2013-05-22Shader Nodes:Thomas Dinges
2013-05-10Cycles: bump node changes to add a Distance input that controls the overall d...Brecht Van Lommel
2013-05-09Cycles bump node: change the Strength value to work better, previously it wouldBrecht Van Lommel
2013-05-08Fix #35246: cycles has no simple way to combine bump and normal mapping. NowBrecht Van Lommel
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-11-08Cycles: add strength input for normal map node.Brecht Van Lommel
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18Mark unused variables.Sergey Sharybin
2012-10-18Fix #32903: bring cycles glsl up to date with latest changes.Brecht Van Lommel
2012-10-10Cycles: per-BSDF normal input and new Bump node.Brecht Van Lommel