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
2014-04-11Blender Internal: remove BLI BVH for raytracing.Brecht Van Lommel
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-20code cleanup:Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-03-07- simplify rip code not to expand/contract selection.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-06-20since render branch isnt planned to be merged now, enable strict warning flag...Campbell Barton
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-05Raytrace modifications from the Render Branch.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-12Raytrace: only print debug info when running with -d option.Brecht Van Lommel
2009-10-06Attempts at some compile fixes for jaguarandi's code:Joshua Leung
2009-10-04Added some test_break during the build process.Andre 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-26*Changed RayObject_ calls to RE_rayobject to keep consistency on callsAndre Susano Pinto
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-07-15*Added support to "BB hints" (which works like a BB version of LCTS - longest...Andre Susano Pinto
2009-07-12*Moved rtbuild to bf_render_raytraceAndre Susano Pinto
2009-07-09*Added support for variable cost per RayObjectAndre Susano Pinto
2009-07-03Fixed memory aligns for 64bitsAndre Susano Pinto
2009-07-01*Added rayobject_bvhAndre Susano Pinto
2009-06-30*reserved RayObject align offset 0 for private usage inside each structureAndre Susano Pinto
2009-06-30Measure build time...Andre Susano Pinto
2009-05-13Renamed exported functions from render to have the RE_ prefixAndre Susano Pinto
2009-05-11*new generic raytrace APIAndre Susano Pinto