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
2010-08-12Fix #23238: crash rendering multiple scenes from compositor.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-302.5: remove vertex normal flip option, this is more harmful than helpfulBrecht Van Lommel
2010-07-22Fix for volume render light cache:Matt Ebb
2010-07-05texture saturation option.Campbell Barton
2010-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-06-14remove remaining unused yafray settings.Campbell Barton
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-14Rendering from 3d view in local view or with unlocked layer was notBrecht Van Lommel
2010-03-05remove viewfac from Render struct, its only used locallyCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-09J-key render switching back, now with 10 slots.Brecht Van Lommel
2010-02-07Fix #20914: non-normalized AO baking was not working anymore.Brecht Van Lommel
2010-02-06Fix #20452: motion blur buttons were missing. Motion blur samplesBrecht Van Lommel
2010-01-28Ambient Occlusion split up into:Brecht Van Lommel
2010-01-12Raytrace: only print debug info when running with -d option.Brecht Van Lommel
2009-11-30Approximate AO: Diffuse Bounce HackBrecht Van Lommel
2009-10-12Deep Shadow BufferBrecht Van Lommel
2009-10-12* crash fix in volume render, less reliance on global RMatt Ebb
2009-10-06Attempts at some compile fixes for jaguarandi's code:Joshua Leung
2009-10-06svn merge -r 23528:23646 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2009-jaguarandiAndre Susano Pinto
2009-10-04Added some test_break during the build process.Andre Susano Pinto
2009-09-30Render & Compositing Thread FixesBrecht Van Lommel
2009-09-30Rework of volume shadingMatt Ebb
2009-09-28Raycounters fixAndre Susano Pinto
2009-09-25*Added VlakPrimitive (this rayobject rimitive only stores ObjectRenderInstanc...Andre Susano Pinto
2009-09-17* converted raytrace visibility test on meshlaplacian.c to new raytrace APIAndre Susano Pinto
2009-09-15svn merge -r 22571:22800 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2009-09-14*Ray counters (number of BB/primitive tests/hits and other raytrace counters)...Andre Susano Pinto
2009-08-30* Fixes for shading objects inside volumesMatt Ebb
2009-08-26* Hopefully fix some weird merging businessMatt Ebb
2009-08-26* Fix for yesterday's valgrind fixMatt Ebb
2009-08-262.5 - Warning cleanups (for mingw+scons)Joshua Leung
2009-08-26*Changed RayObject_ calls to RE_rayobject to keep consistency on callsAndre Susano Pinto
2009-08-20* a few more small cleanupsMatt Ebb
2009-08-13* First commit merging 2.4-based sim_physics in to volume25 branch.Matt Ebb
2009-08-12*Instance support is only enabled if target mesh uses more than 4 facesAndre Susano Pinto
2009-08-06no need to calculate the exact nearest distance if we are not using any heuri...Andre Susano Pinto
2009-08-05#define to store coordinates at VlakRen and not at VlakFaceAndre Susano Pinto
2009-08-05experiences with memory organization (store the vertexs coords on RayFace)Andre Susano Pinto
2009-08-03NlogN building:Andre Susano Pinto
2009-08-01svn merge -r 21508:22111 https://svn.blender.org/svnroot/bf-blender/branches/...Andre Susano Pinto
2009-07-17Colour ManagementMatt Ebb
2009-07-15*Added support to "BB hints" (which works like a BB version of LCTS - longest...Andre Susano Pinto
2009-07-15Just another experimental stuff to optimize the expected number of BB test on...Andre Susano Pinto
2009-07-12*Moved rtbuild to bf_render_raytraceAndre Susano Pinto
2009-07-10SUN and HEMI lights back as trunk (i think)Andre Susano Pinto
2009-07-10*rtbuild now stores BBAndre Susano Pinto