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-03Cycles / Math functions:Thomas Dinges
2013-05-28Cycles: normal maps are now backwards compatible again after recent fix, withBrecht Van Lommel
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-20Cycles / Wireframe node:Thomas Dinges
2013-05-20Math Node:Thomas Dinges
2013-05-18Code cleanup / Cycles:Thomas Dinges
2013-05-15Cycles:Thomas Dinges
2013-05-12Cycles / Math:Thomas Dinges
2013-05-10Cycles: bump node changes to add a Distance input that controls the overall d...Brecht Van Lommel
2013-05-10Fix for recent bugfix with anisotropic node crash, could do invalid memory ac...Brecht Van Lommel
2013-05-10Fix #35282: cycles color ramp set to constant interpolation did not work well.Brecht Van Lommel
2013-05-10Fix #35272: cycles GPU crash with anisotropic shader in group node.Brecht Van Lommel
2013-05-09Cycles:Thomas Dinges
2013-05-09Cycles / Filter functions:Thomas Dinges
2013-05-09Cycles:Thomas Dinges
2013-05-09Cycles / OSL:Thomas Dinges
2013-05-08Cycles / Tile Rendering:Thomas Dinges
2013-05-08Fix #35246: cycles has no simple way to combine bump and normal mapping. NowBrecht Van Lommel
2013-04-27Fix #35102: crash with experimental cycles displacement feature due toBrecht Van Lommel
2013-04-22Attempt to fix #35041 and #34725: cycles crash with OSL and both a 3D viewportBrecht Van Lommel
2013-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2013-04-17Fix #35004: fireflies with .tif image in cycles, try to avoid extreme values ...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-14Cycles / Non-Progressive integrator:Thomas Dinges
2013-04-10Fix 34764: cycles issue rendering instanced mesh with NaN coordinates.Brecht Van Lommel
2013-04-05Fix another part of #34877: cycles progress status text not showing correct withBrecht Van Lommel
2013-04-05Code cleanup / Cycles / Object Attributes:Thomas Dinges
2013-04-05Fix #34601: cycles OSL crash when using preview render and viewport render atBrecht Van Lommel
2013-04-02Fix #34833: crash using SSS node on windows, invalid memory access when build...Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-04-02Cycles: code refactoring to add generic lookup table memory.Brecht Van Lommel
2013-03-31Cycles / Shader Graph optimization:Thomas Dinges
2013-03-27Cycles / SunSky:Thomas Dinges
2013-03-23Cycles:Thomas Dinges
2013-03-18Hopefully blender will compile with strict flags again.Sergey Sharybin
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-26Fix #34421: cycles viewport render stuck with no objects in the scene.Brecht Van Lommel
2013-02-20Fix shadow pass issue with non-progressive render shadow pass with emittingBrecht Van Lommel
2013-02-15Fix #34252: cycles rendering 16bit PNG with too light colors.Brecht Van Lommel
2013-02-14Cycles:Thomas Dinges
2013-02-14Further fix for #34121: OSL + persistent images could crash in some cases still.Brecht Van Lommel
2013-02-14Fix #34121: OSL + persistent images option was not freeing shader memory prop...Brecht Van Lommel
2013-02-13Fix #34226: cycles shadow pass got incorrectly influenced by world multipleBrecht Van Lommel
2013-02-13Correction for fix #34205: Zooming in rendered mode during update out of sync...Sergey Sharybin
2013-02-12Fix some (quite harmless) use of uninitialized memory reported by valgrind.Brecht Van Lommel
2013-02-12Fix #34205: Cycles: Zooming in rendered mode during update out of sync with i...Sergey Sharybin
2013-02-12Attempted fix for issue with latest CUDA kernel for 32 bit windows/linux/mac,Brecht Van Lommel
2013-02-07Fix small memory leak in cycles tile render, a few bytes for each tile.Brecht Van Lommel
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton