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
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-04-21Code cleanup: remove old closure sampling code Cycles.Brecht Van Lommel
2014-04-04Cycles volume: detect homogeneous volume automatically in common cases.Brecht Van Lommel
2013-12-31Cycles Volume Render: optimization to avoid exporting surface attributes whenBrecht Van Lommel
2013-10-30Fix #37194, OSL script crashes blender. The lookup functions for finding Cycl...Lukas Toenne
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-01Cycles / Blackbody to RGB node:Thomas Dinges
2013-06-23Fix #35847: cycles group nodes did not work well exposing inputs like normal orBrecht 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-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-12-12Fix #33485: cycles OSL now autodetects the presence of emission and transparentBrecht 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-20Integer socket support in Cycles. Int values are already supported natively i...Lukas Toenne
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-09-03Replaced dynamic_casts for node type checks by simple 'special type' identifi...Lukas Toenne
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