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-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-12Fix #26035: fix crash building raytree with inf/nan values in raytree. There'sBrecht Van Lommel
2011-03-12Fix #26203: crash with empty raytree, all types should survive this now.Brecht Van Lommel
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
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-05-05fix for raytrace crash on scenes with very large objects, assert could fail w...Campbell Barton
2010-04-15disable an assert, use a guess assignment instead.Joseph Eagar
2010-02-12correct fsf addressCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-10-06Some more compile fixes for jaguarandi's commit, this time for msvc+sconsJoshua Leung
2009-10-04Added some test_break during the build process.Andre Susano Pinto
2009-09-06*introduced new method for packing/optimizing trees after buildingAndre Susano Pinto
2009-08-04single tree (by default)Andre Susano Pinto
2009-08-03NlogN building:Andre Susano Pinto
2009-08-02changed to STL sortAndre 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