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
2012-11-13avoid divide by zero in cycles progress calculationCampbell Barton
2012-11-10Fix #33132: Incorrect render session update when using persistent images issu...Sergey Sharybin
2012-11-09Cycles: persistent images optionSergey Sharybin
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-10-22RNA C++ API improvementsSergey Sharybin
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-09-17Revert r50528: "Performance fix for Cycles: Don't wait in the main UI thread ...Lukas Toenne
2012-09-11Performance fix for Cycles: Don't wait in the main UI thread when resetting d...Lukas Toenne
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-06-20Fix #31883: cycles vectors pass rendering crash with some render layers usingBrecht Van Lommel
2012-06-09style cleanup: assignment & indentation.Campbell Barton
2012-06-09code cleanup: quiet all warnings about double promotion (either by changing t...Campbell Barton
2012-06-09style cleanup: block commentsCampbell Barton
2012-06-07Cycles: border render now works in the viewport, when looking through theBrecht Van Lommel
2012-05-18Fix #31518: changing cycles exposure did unnecessary rerender in viewport.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-13Fix #30376: cycles ignores camera override from sequencer.Brecht Van Lommel
2012-03-28Cycles: shadow pass support. Note that this only takes into account lamps,Brecht Van Lommel
2012-02-28Cycles: ambient occlusion support, with AO factor and distance, and a render ...Brecht Van Lommel
2012-02-08Fix #30061: cycles single render layer through python operator parameter notBrecht Van Lommel
2012-02-07Fix #30086: cycles background render printing same status text twice.Brecht Van Lommel
2012-01-26Cycles: render passes for CUDA cards with compute model >= 2.x.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
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2012-01-09Cycles: show elapsed time for F12/background render.Brecht Van Lommel
2012-01-06Fix #29760: cycles border render issue on 32 bit linux.Brecht Van Lommel
2011-12-22Cycles: support for multiple render layers. It currently renders each layerBrecht Van Lommel
2011-12-20Cycles: border rendering support, includes some refactoring in how pixels areBrecht Van Lommel
2011-11-04Cycles: always use static bvh for non-viewport render.Brecht Van Lommel
2011-10-30Cycles: progress printing in background mode, print finished at the end andBrecht Van Lommel
2011-09-16Cycles: tweaks to properties and nodesBrecht Van Lommel
2011-08-29Cycles: pause button to interrupt viewport renders, in the 3d view header.Brecht Van Lommel
2011-08-28Cycles:Brecht Van Lommel
2011-08-23Cycles: fix crash in 3d view status text display.Brecht Van Lommel
2011-08-22Cycles:Brecht Van Lommel
2011-08-21Cycles: fix some invalid memory access problems found by running the windows ...Brecht Van Lommel
2011-05-09Cycles: fix color difference between render / 3d view with color management d...Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal