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-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2013-04-17Cycles: initialize LCG for sss and hair sampling without using the sobol samp...Brecht Van Lommel
2013-04-17Cycles Hair: Corrected own stochastic hair rng mistake and removed an unneces...Stuart Broadfoot
2013-04-16Cycles Hair: Strand Minimum Pixel SizeStuart Broadfoot
2013-04-03Fix #34852: multilayer SSS material rendering different in progressive andBrecht Van Lommel
2013-04-02Cycles: small code cleanup + fix SSS closure mixed with other closures doingBrecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-02-22Code cleanup:Thomas Dinges
2013-02-05Fix non-progressive lamps with multiple samples not giving correct intensity ...Brecht Van Lommel
2013-02-03Fix #34087: cycles shadow pass not properly normalized for non-progressive in...Brecht Van Lommel
2013-01-30Fix #33984: cycles shadow pass problem with CUDA.Brecht Van Lommel
2013-01-30Cycles: make multiple importance sampling for lamps an option per lamp now,Brecht Van Lommel
2013-01-15Fix #33838: light render passes for non-progressive integrator were not correct.Brecht Van Lommel
2013-01-10Fix #33824: cycles non-progressive render mode did not do correct path termin...Brecht Van Lommel
2013-01-10Cycles: different fix for perlin noise generating nan values, now check forBrecht Van Lommel
2013-01-10Cycles: multiple importance sampling for lamps, which helps reduce noise forBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-15Cycles OSL minor optimizations: recycle shading context, don't do memoryBrecht Van Lommel
2012-12-01Fix #33375: OSL geom:trianglevertices gave wrong coordinates for static BVH.Brecht Van Lommel
2012-11-21Fix #33257: cycles camera clipping did not work through transparent objects.Brecht Van Lommel
2012-11-16Fix #33188: AO pass wrong after recent change.Brecht Van Lommel
2012-11-15Cycles: ambient occlusion now takes per-BSDF normals into account.Brecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-10-09Cycles: camera motion blur enabled.Brecht Van Lommel
2012-09-05Fix for OSL memory leak. The context creation for OSL is now done in the shad...Lukas Toenne
2012-09-04Revert "Use one context per OSL thread. Not sure if this actually works, but ...Lukas Toenne
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-04Use one context per OSL thread. Not sure if this actually works, but the simp...Lukas Toenne
2012-09-03Fix #32089: non-progressive integrator issue with semi-transparent surfaces.Brecht Van Lommel
2012-08-01Fix #32205: Holdout shader + transparent background stays black with Alpha = 1Sergey Sharybin
2012-06-15Fix cycles non-progressive integrator not delivering correct AO pass.Brecht Van Lommel
2012-06-13Fix issue with missing emission in non-progressive integrator.Brecht Van Lommel
2012-06-13Cycles: first step for implementation of non-progressive sampler that handlesBrecht Van Lommel
2012-06-09style cleanup: assignment & indentation.Campbell Barton
2012-06-09style cleanup: block commentsCampbell Barton
2012-06-07Cycles: small code fix for disabled code.Brecht Van Lommel
2012-05-07Fix most of #31307: cycles panorama camera not working correct with speedBrecht Van Lommel
2012-05-04Fisheye Camera for CyclesDalai Felinto
2012-05-02Fix #31168: cycles mask layer should only affect objects for camera rays.Brecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel
2012-04-15Fix #30955: cycles render issue with lights that have shadow casting disabled.Brecht Van Lommel
2012-04-05Cycles: add rejection of inf/nan samples, in principle these should not happenBrecht Van Lommel
2012-03-28Cycles: shadow pass support. Note that this only takes into account lamps,Brecht Van Lommel
2012-03-20Cycles: fix issue reported in IRC, rendering a material that mixes a transparentBrecht Van Lommel
2012-02-28Cycles: ambient occlusion support, with AO factor and distance, and a render ...Brecht Van Lommel
2012-01-31Fix #30034: bug in multiple importance sampling + transparency, wouldBrecht Van Lommel
2012-01-26Cycles: fixes for OpenCL build after pass changes, patch by Daniel Genrich.Brecht Van Lommel
2012-01-26Cycles: fix issues rendering second render layer passes, and avoid unnecessaryBrecht Van Lommel
2012-01-25Cycles: Render PassesBrecht Van Lommel