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
2015-06-12Cycles: Remove Bump Node from the graph, if Height input is not connected.Thomas Dinges
2015-05-14Cycles: Remove Emission shaders from the graph if color or strength is 0.Thomas Dinges
2015-05-09Cycles: Add utility function to graph to query number of closures used in itSergey Sharybin
2015-04-26Cleanup: Code style.Thomas Dinges
2015-04-07Cycles: Cleanup, typosSergey Sharybin
2015-03-17Cycles: Improve readability of dumped graphsSergey Sharybin
2015-03-17Cycles: Fix displacement code creating cyclic dependencies in graphSergey Sharybin
2015-02-17Cleanup: Update comments and make it more clear what volume interpolation is ...Thomas Dinges
2015-01-22Cleanup / Cycles: Code de-duplication for graph node relinking.Thomas Dinges
2015-01-21Cycles: Optimization for black world backgroundsThomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-20Cycles: Fix typo on graphiz graph dumperSergey Sharybin
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-09-25Cycles: Add method to dump current shader graph to the graphiz fileSergey Sharybin
2014-09-24Cycles: Shader Graph Optimization for Mix RGB nodes.Thomas Dinges
2014-09-19Cycles: Remove unused Mix Shaders from the ShaderGraph, instead of only relin...Thomas Dinges
2014-04-21Code cleanup: remove old closure sampling code Cycles.Brecht Van Lommel
2014-01-17Code Cleanup: spellingCampbell Barton
2013-12-31Cycles Volume Render: these changes should have included in the last commit.Brecht Van Lommel
2013-12-31Cycles Volume Render: generated texture coordinates for volume render.Brecht Van Lommel
2013-12-31Cycles Volume Render: optimization to avoid exporting surface attributes whenBrecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-13Code cleanup:Thomas Dinges
2013-07-10Fix #36080: fix cycles crash with certain group node setups, accessing freedBrecht Van Lommel
2013-06-23Fix #35847: cycles group nodes did not work well exposing inputs like normal orBrecht Van Lommel
2013-06-05Cycles: GLSL materials now can use multiple UV maps with the attribute node.Brecht Van Lommel
2013-05-10Fix for recent bugfix with anisotropic node crash, could do invalid memory ac...Brecht Van Lommel
2013-05-10Fix #35272: cycles GPU crash with anisotropic shader in group node.Brecht Van Lommel
2013-05-08Fix #35246: cycles has no simple way to combine bump and normal mapping. NowBrecht Van Lommel
2013-03-31Cycles / Shader Graph optimization:Thomas Dinges
2013-01-23Fix #33905: cycles crash with bsdf node plugged twice into add shader.Brecht Van Lommel
2012-11-27Fix #32907: failure rendering a complex node setup, hitting fixed max numberBrecht Van Lommel
2012-11-07support for string parameters in OSL nodesDalai Felinto
2012-10-10Cycles: per-BSDF normal input and new Bump node.Brecht Van Lommel
2012-10-10Cycles: Anisotropic BSDF enabled, with tangents now computed from the active ...Brecht Van Lommel
2012-10-05Fix #31806: cycles crash rendering a particular node setup with multiple mix/addBrecht Van Lommel
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-03Replaced dynamic_casts for node type checks by simple 'special type' identifi...Lukas Toenne
2012-07-19print names of nodes/sockets when cycles complains about only being able to c...Campbell Barton
2012-06-09style cleanup: block commentsCampbell Barton
2012-05-30Fix #31645, mix node results in crash upon render. This happens when unused m...Lukas Toenne
2012-05-23Fix cycles render issue with a (useless) mix node that has the same shaderBrecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2011-12-18Generalized node groups for Cycles.Lukas Toenne
2011-10-12Cycles: image texture node now uses UV as default texture coordinate,Brecht Van Lommel
2011-08-21Cycles: fix some invalid memory access problems found by running the windows ...Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal