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
path: root/intern
AgeCommit message (Expand)Author
2013-11-01code cleanup: spellingCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31add atomic_ops.h to cmake's source code listing.Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-30Fix #37194, OSL script crashes blender. The lookup functions for finding Cycl...Lukas Toenne
2013-10-28Fix #37184: film exposure + transparency not working well in cycles viewport.Brecht Van Lommel
2013-10-28Fix #37187: ghost/test/multitest fails to buildSergey Sharybin
2013-10-27cmake: bsp needs motoSergej Reich
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-26remove unused varCampbell Barton
2013-10-25patch [#37188] Remove filename entry specified twiceCampbell Barton
2013-10-25rigidbody: Use bullet's own fixed constraintSergej Reich
2013-10-23Fix for OSL bug reported on IRC by Pablo Vasquez: Clamp option of the math no...Lukas Toenne
2013-10-20Fix #37153: Bool union of 2 planes makes Blender 2.69 RC2 hangSergey Sharybin
2013-10-20Fix for wrong implementation of mmap in lock-free allocatorSergey Sharybin
2013-10-19Fix: ensure cycles mist pass stays in range 0..1, it could have values out ofBrecht Van Lommel
2013-10-19Fix #37134: cycles viewport not displaying correct with multi GPU renderBrecht Van Lommel
2013-10-18Make strict compiler flags happySergey Sharybin
2013-10-18Fix cycles hair segments not giving correct vector speed pass, the motion vectorBrecht Van Lommel
2013-10-17Fix cycles mesh synchronization being too slow with vector blur and duplis.Brecht Van Lommel
2013-10-14Interface:Thomas Dinges
2013-10-13fix [#37059] OSX Debug - assert when using external screen with MacBookProDalai Felinto
2013-10-12Fix #37002: cycles viewport render shows white on old graphics cards with noBrecht Van Lommel
2013-10-12Code cleanup: Remove some more unused cycles SSS code, related to the lookup ...Thomas Dinges
2013-10-12Code cleanup: remove some unused cycles SSS code.Brecht Van Lommel
2013-10-11Fix FreeBSD build with recent malloc changes, patch by Shane Ambler.Brecht Van Lommel
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-10* Code cleanup for M_PI code.Thomas Dinges
2013-10-10* Fix Windows compiler errors after recent Lock-free memory allocator commit.Thomas Dinges
2013-10-10Fix OS X build error in malloc code, and warning in rna.Brecht Van Lommel
2013-10-10ocio build fix for WindowsDalai Felinto
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-10-10Fix compilation error of OCIO with MSVCSergey Sharybin
2013-10-10Fix windows scons OSL build error, just use quotes now instead of array.Brecht Van Lommel
2013-10-09Fix compilation error after recent libmv changeSergey Sharybin
2013-10-09Fix OSL shader build failing with spaces in the path to build directory,Brecht Van Lommel
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-09Move guarded objetc allocation to a guardedalloc headerSergey Sharybin
2013-10-08Cycles / SSS:Thomas Dinges
2013-10-08Cycles / CUDA:Thomas Dinges
2013-10-08code cleanup: strange formatting.Campbell Barton
2013-10-07Add GLEW_STATIC definition for CMake as well.Antony Riakiotakis
2013-10-07Fix regression in r59316Sergey Sharybin
2013-10-06Revert revision 59985, 59986, 60046 and 60067. These were fixes to improve saveBrecht Van Lommel
2013-10-05Better fix for #36935 and 36316:Brecht Van Lommel
2013-10-05Fix #36962, "Render emitter" option for hair is ignored in Cycles. Hair parti...Lukas Toenne
2013-10-04Fix cycles hair render UI panel showing for particles that are not hair,Brecht Van Lommel
2013-10-04Attempt to fix #36935: disable SSE optimizations on 32 bit windows too. Somet...Brecht Van Lommel
2013-10-03Typo in variable name from previous commit, sorry.Sergey Sharybin