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
2011-11-08Cycles:Brecht Van Lommel
2011-11-07Cycles: svn merge -r41613:41627 ^/trunk/blenderBrecht Van Lommel
2011-11-05Cycles: make cycles work with new camera sensor size.Brecht Van Lommel
2011-11-05Cycles: add location/rotate/scale and XYZ mapping options for all texture nodes,Brecht Van Lommel
2011-11-04Cycles: always use static bvh for non-viewport render.Brecht Van Lommel
2011-11-02Cycles: RenderEngine api code tweaks, also ensuring it's backwards compatible.Brecht Van Lommel
2011-10-29Cycles: seed value to get different noise values from renders, there was a patchBrecht Van Lommel
2011-10-24Cycles: theme changes, some code syncing with trunk.Brecht Van Lommel
2011-10-22Cycles: when creating nodes from a blender material, set the diffuse color inBrecht Van Lommel
2011-10-19Cycles: fix some issues with mix shaders when the weight for an emission shaderBrecht Van Lommel
2011-10-17Cycles: material "sample as light" option, to make the integrator sample theBrecht Van Lommel
2011-10-16Cycles: add transparent shadow support, i.e. shadows through Transparent BSDFBrecht Van Lommel
2011-10-16Cycles: fix sampling issue with certain (transparent) max bounce settings, andBrecht Van Lommel
2011-10-16Cycles:Brecht Van Lommel
2011-10-13Cycles: revert commit that joined surface/volume socket into a single shader ...Brecht Van Lommel
2011-10-12Cycles: don't use glsl in textured draw mode, to keep things simpler and fasterBrecht Van Lommel
2011-10-12Cycles: replace surface/volume sockets in output nodes with a single shader s...Brecht Van Lommel
2011-10-11Cycles: add python render engine option to use new shading nodes or not, insteadBrecht Van Lommel
2011-09-28Cycles:Thomas Dinges
2011-09-28Cycles: internal changes that should have no effect on user level yet, addedBrecht Van Lommel
2011-09-17Cycles: svn merge -r39870:r40266 https://svn.blender.org/svnroot/bf-blender/t...Brecht Van Lommel
2011-09-16Cycles: tweaks to properties and nodesBrecht Van Lommel
2011-09-12Cycles:Brecht Van Lommel
2011-09-12Cycles:Thomas Dinges
2011-09-12Cycles Render API:Thomas Dinges
2011-09-09Cycles:Brecht Van Lommel
2011-09-03Cycles:Brecht Van Lommel
2011-09-02Cycles UI:Thomas Dinges
2011-09-01Cycles: fix broken kernel compile after recent change, some tweaksBrecht Van Lommel
2011-09-01Cycles UI:Thomas Dinges
2011-09-01Cycles:Brecht Van Lommel
2011-08-29Cycles: integrator presets, patch by Thomas.Brecht Van Lommel
2011-08-29Cycles: pause button to interrupt viewport renders, in the 3d view header.Brecht Van Lommel
2011-08-29Cycles UI file:Thomas Dinges
2011-08-29Cycles: preview passes setting to set the max number of passes to render inBrecht Van Lommel
2011-08-28Cycles:Brecht Van Lommel
2011-08-24Cycles:Brecht Van Lommel
2011-08-22Cycles:Brecht Van Lommel
2011-08-16Cycles:Brecht Van Lommel
2011-08-08Cycles: fix missing texture space panels.Brecht Van Lommel
2011-06-27Cycles: working towards texture workflow designBrecht Van Lommel
2011-06-14Cycles: more work on texturing UI, now texture nodes use same nodes as shading,Brecht Van Lommel
2011-06-09Cycles: texture tab in properties editor now shows dropdown for selectingBrecht Van Lommel
2011-05-18Cycles: svn merge -r36495:36747 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-05-17Render API: first step in updating RenderEngine to work according to:Brecht Van Lommel
2011-05-09Cycles: different fix for animation render, in render API instead of python s...Brecht Van Lommel
2011-05-04Cycles: fix scene not updating for animation render, patch by David Rodriguez...Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal