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-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-16replace macros with math lib functionsCampbell Barton
2011-04-29spelling corrections.Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.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-06SVN maintenance.Guillermo S. Romero
2011-02-05Raytrace modifications from the Render Branch.Brecht Van Lommel
2011-01-30remove nan-makefilesCampbell Barton
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
2011-01-05Fix #23604: external shadows for volume materials don't workBrecht Van Lommel
2010-10-23warning fixes.Campbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-08-16- commit that removed MEM_guardedalloc.h includes broke building with SSE ena...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-04== Makefiles ==Stefan Gartner
2010-07-20- correct some spelling errors.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-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-30* Assign weight from bones in weight paint mode now respects paint faceBrecht Van Lommel
2010-03-07fix for using an un-initialized pointer & quiet compiler wanring on raytrace ...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-12Raytrace: only print debug info when running with -d option.Brecht Van Lommel
2009-12-17Some fixes to get blender compiling on solaris.Kent Mein
2009-12-05* provide SCons support to enabling jaguarandi SIMD raytracer optimizations f...Nathan Letwory
2009-11-10Math LibBrecht Van Lommel
2009-10-20Bugfix: raytracer building could crash (abort due to an assert), whenBrecht Van Lommel
2009-10-19Get 2.5 trunk to compile. this C++ code failed for gcc 3.3.Ton Roosendaal
2009-10-13Fix [#19602] Rayshadow that goes through transparent plane disappearsAndre Susano Pinto
2009-10-10Fix #19571 (reported by Markus Ilmola):Andre Susano Pinto
2009-10-08Fixed #19571Andre Susano Pinto
2009-10-06Add raytrace subdir to Makefiles.Guillermo S. Romero
2009-10-06Last fix still failed to link under mingw.Andre Susano Pinto
2009-10-06*Added memset's to make sure counters start on zeroAndre Susano Pinto
2009-10-06One last try - this should fix the remaining issues:Joshua Leung
2009-10-06Some more compile fixes for jaguarandi's commit, this time for msvc+sconsJoshua Leung
2009-10-06Attempts at some compile fixes for jaguarandi's code:Joshua Leung
2009-10-06Added #ifdef __SSE__ so it can still build when SSE is disabled at compile timeAndre Susano Pinto
2009-10-04Added some test_break during the build process.Andre Susano Pinto
2009-10-01*Updated UI options and added UI options to:Andre Susano Pinto
2009-09-28Raycounters fixAndre Susano Pinto
2009-09-25*Added VlakPrimitive (this rayobject rimitive only stores ObjectRenderInstanc...Andre Susano Pinto