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
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