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
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-01-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-30Fix T50630: Fluid fails on win32 w/ unicode pathsCampbell Barton
2017-07-03Merge branch 'master' into blender2.8Alexander Romanov
2017-07-03Merge branch 'master' into blender2.8Dalai Felinto
2017-07-02Fix T51759: fluid simulation particles not remoevd when colliding with outflo...Lucas Veber
2017-06-30Better fix for isfinite problem - works in older gcc's too.Howard Trickey
2017-06-30Fix compile error after recent 9c2bbfb6 commit.Howard Trickey
2017-06-30Merge branch 'master' into blender2.8Campbell Barton
2017-06-30Fix T50887: Holes in fluid mesh on WindowsCampbell Barton
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-04-13Remove some elbeem debug functionsLuca Rood
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-10-03Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-10-03Fix fluid sim build error with MSVC.Brecht Van Lommel
2016-10-02Merge branch 'master' into blender2.8Bastien Montagne
2016-10-02Fluids: improve multithreaded CPU usage.Brecht Van Lommel
2016-09-04Merge branch 'master' into blender2.8Bastien Montagne
2016-09-01Cleanup: Reduce amount of misleading indentationSergey Sharybin
2016-04-28Merge branch 'master' into temp_remove_particlestemp_remove_particlesLukas Tönne
2016-04-22Silence some annoying warnings when doing full build with strict flagsSergey Sharybin
2016-04-12Removed most particle system code from RNA.Lukas Tönne
2016-01-04Remove SCons building systemSergey Sharybin
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2014-07-01CMake: correct include dirsCampbell Barton
2014-03-09Cleanup some useless/unneeded #ifdefs for MSVC2013.Juergen Herrmann
2014-02-05Building elbeem without openmp failedCampbell Barton
2014-02-05Fix T36769: fluid sim modifier can crash blenderDaniel Genrich
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-09-27Fix build error when building without OpenMP.Brecht Van Lommel
2013-09-27Elbeem: fix memory leak and add guarded allocator directivesSergey Sharybin
2013-09-27Elbeem: Use pragma directive instead of overriding number of omp threadsSergey Sharybin
2013-09-03remove WINDOWS checks in cmake, this variable isn't defined on windows and ch...Campbell Barton
2013-04-11code cleanup: unused defines, remove unused scanfill success value from BLI_s...Campbell Barton
2013-04-11Fluid threads: re-add an erratically forgotten line, fix typo, set default th...Jens Verwiebe
2013-04-11Fluid threads: add a restore to former omp threadcount when baking is done, t...Jens Verwiebe
2013-04-11The fluid threads setting is still WIP, for now fix compiling without openMP ...Jens Verwiebe
2013-04-10Add a gui control for setting omp threads in fluidsJens Verwiebe
2013-03-31Elbeem fluid: Remove hardcoded 16GB RAM limit on 64bit systemsDaniel Genrich
2013-03-25Bugfix [#34749] Fluid domain > 10GB crashes Blender - out of memoryDaniel Genrich
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-11Bugfix [#33467] Fluid Simulations Speed factor animated wrong resultDaniel Genrich
2012-11-23Bugfix [#29186] Object contribute to fluid sim animation start earlier than k...Daniel Genrich
2012-10-21code cleanup: spellingCampbell Barton