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
2009-04-01Clean up for the imminent migration from SVN to GIT.Guillermo S. Romero
2008-11-24patch #8583: Add support for gcc on irixStefan Gartner
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes thei...Campbell Barton
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in p...Benoit Bolsee
2008-11-10Add MSVC90 project files - part 1.Benoit Bolsee
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-09Bugfix for [#17333] Fluid bake memory issues provided by Andre PintoDaniel Genrich
2008-10-06patch [#17772] Fluid solver not built with OpenMP in Makefile build systemKent Mein
2008-10-03Solaris was having problems with sqrtf and friends again.Kent Mein
2008-09-29[#17703] Segfault on fluid activation.Daniel Genrich
2008-09-24Fixing compile warningsDaniel Genrich
2008-09-22Patch #17666 by Vladimi<C2>r MarekTon Roosendaal
2008-09-22Fixing missing function in elbeemDaniel Genrich
2008-09-22Removing control defineDaniel Genrich
2008-09-22Update MSVC project filesBenoit Bolsee
2008-09-04Two compile fixes for msvc and cmake provided by brokenDaniel Genrich
2008-09-03Fixing debug outputDaniel Genrich
2008-09-03Bugfix for sphere-in-control-object (reported by broken)Daniel Genrich
2008-08-12Bugfix for non-compiling on msvc and mingw (reported by Matt)Daniel Genrich
2008-07-28WIP commit, completely untested (should introduce: 1. copy of modifier settin...Daniel Genrich
2008-07-25Fluid control: WIP commit before weekend, not working is crashing on the firs...Daniel Genrich
2008-07-21Fix for crash with fc and quality < 5 (reported by Nudel)Daniel Genrich
2008-07-20svn merge -r 15529:15649 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-07-14Win64 fix: disable 1GB restriction for 64bit windows systems, baking fluid wi...Daniel Genrich
2008-07-11Fix for several memory leaks in fluidsim (found with Valgrind).Daniel Genrich
2008-07-08Introduced quality to GUI, not yet tested (WIP commit)Daniel Genrich
2008-07-08Some channel fixes for fcDaniel Genrich
2008-07-07WIP commit to introduce channelsDaniel Genrich
2008-07-07Another addition of time values, yet some things to followDaniel Genrich
2008-07-07Added 4 gui elements to structs, another 2-3 will follow; Unsolved problems: ...Daniel Genrich
2008-07-06Another fluid type 'control' added and introduced to elbeem, still some issue...Daniel Genrich
2008-07-04Initial GUI implementation, yet not functionalDaniel Genrich
2008-04-22svn merge -r 14236:14505 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-04-20Reverting new epsilons since they had bad global impact - instead just remove...Daniel Genrich
2008-04-18Fluid: got to the real problem of the issue --> wrong float epsilon resulted ...Daniel Genrich
2008-04-18Fluid bugfix [#8395] [#6200]: this should solve the popping/inconsistency/fli...Daniel Genrich
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-08This version now includes the fluid control sources, however the BlenderNils Thuerey
2008-02-25CMakeList fix for fluidsDaniel Genrich
2008-02-25Bugfix [#8352]: My OpenMP additions seem to cause errors on MSVC, so I kick t...Daniel Genrich
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2007-12-14include <ieeefp.h> on solaris and remove incorrect macro so finite() is now c...Campbell Barton
2007-12-13finite isnt defined on solaris 10, check and define - does the same as Win32Campbell Barton
2007-11-29Solaris had a problem finding finite so had to conditionally Kent Mein
2007-11-25Bugfix: Wrong 32/64bit check was used which resulted in a 2GB limit for some ...Daniel Genrich
2007-11-24- forgot to include a file in the last commitNils Thuerey
2007-11-22- Added OpenMP code, it is enabled by defining PARALLEL=1 for the elbeemNils Thuerey
2007-09-17Patch/Bugfix #7334 by 'gsr b3d:Joshua Leung
2007-09-12apply first part of patch #6994 - elbeem_warning_patch.diffStephen Swaney
2007-09-06BugFix #7303Diego Borghetti