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-06-11Cycles / Wavelength to RGB node:Thomas Dinges
2013-06-10Cycles / Wavelength to RGB node:Thomas Dinges
2013-06-09Cycles:Thomas Dinges
2013-06-08Cycles: window texture coordinates now work with orthographic cameras, thisBrecht Van Lommel
2013-06-07Code cleanup: avoid some warnings due to implicit uint/int/float/double conve...Brecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-03Cycles / Math functions:Thomas Dinges
2013-06-01Fix for #35591:Thomas Dinges
2013-05-28Cycles: normal maps are now backwards compatible again after recent fix, withBrecht Van Lommel
2013-05-27Fix #35505: cycles object space normal mapping did not match blender internal.Brecht Van Lommel
2013-05-27Cycles / Passes:Thomas Dinges
2013-05-25Cycles / Wireframe node:Thomas Dinges
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-21Code cleanup / Cycles:Thomas Dinges
2013-05-20Cycles / Wireframe node:Thomas Dinges
2013-05-20Math Node:Thomas Dinges
2013-05-20Code Cleanup / Cycles:Thomas Dinges
2013-05-12Cycles / Math:Thomas Dinges
2013-05-11Fix #35306: cycles normal mapping not working with flat shading.Brecht Van Lommel
2013-05-10Cycles: bump node changes to add a Distance input that controls the overall d...Brecht Van Lommel
2013-05-10Fix #35282: cycles color ramp set to constant interpolation did not work well.Brecht Van Lommel
2013-05-09Cycles bump node: change the Strength value to work better, previously it wouldBrecht Van Lommel
2013-04-17Fix #35004: fireflies with .tif image in cycles, try to avoid extreme values ...Brecht Van Lommel
2013-04-16Cycles Hair: Strand Minimum Pixel SizeStuart Broadfoot
2013-04-05Fix #34679: cycles image texture alpha fringes. New rule is now that color ou...Brecht Van Lommel
2013-04-02Fix 34831: SSS issue with non-progressive render, due to error in closure mer...Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-01-15Fix #33830: cycles normal mapping was not quite correct, was not correctlyBrecht Van Lommel
2013-01-10Cycles: different fix for perlin noise generating nan values, now check forBrecht Van Lommel
2013-01-03Fix CUDA build error after last commit, and remove some comments.Brecht Van Lommel
2013-01-03Cycles Hair: refactoring to store curves with the index of the first key and theBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-20Cycles OSL: diffuse_toon and specular_toon closures. These are toon shaders withBrecht Van Lommel
2012-12-15Cycles OSL minor optimizations: recycle shading context, don't do memoryBrecht Van Lommel
2012-12-11Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.Brecht Van Lommel
2012-12-11Cycles: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel
2012-12-03Fix cycles issue when NaN is used for RGB ramp, can access array out of bound...Brecht Van Lommel
2012-12-02Fix another cycles SVM issue with closures, was not using correct sample weightBrecht Van Lommel
2012-11-30Fix #33364: cycles tile rendering artifacts.Brecht Van Lommel
2012-11-30Fix cycles CUDA sm 1.3 build with 32 bit compiler, tweaked voronoiBrecht Van Lommel
2012-11-27Fix #32907: failure rendering a complex node setup, hitting fixed max numberBrecht Van Lommel
2012-11-23Fix #33267: cycles math node power gave different results for CPU and GPU. TheBrecht Van Lommel
2012-11-22Cycles: disable anisotropic BSDF on CUDA sm 1.x, to try to get it building ag...Brecht Van Lommel
2012-11-21Fix #33256: cycles Z pass for orthographic camera was not right, now is moreBrecht Van Lommel
2012-11-08Cycles: add strength input for normal map node.Brecht Van Lommel
2012-11-08code cleanup: quiet double promotion warningsCampbell Barton
2012-11-07Fix cycles crash with normal map node, issue with tangent sign attribute.Brecht Van Lommel
2012-11-06Cycles OSL: phong_ramp(N, exponent, colors[8]) closure added, which works likeBrecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel