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 (Collapse)Author
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. ↵Benoit Bolsee
Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library.
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
Was annoying to use a different editor for cmake only. theeth says this should be ok with gsoc and merges from branches.
2009-08-152.5: warning fixesBrecht Van Lommel
Directories intern/ and source/blender/ now compile warning free again here with scons/gcc.
2009-08-15- remove UNSET becuase it only works with newer versions of cmake,Campbell Barton
- changed the SDL and Freetype vars to match CMake's names - removed unneeded freetype, SDL and ftgl includes
2009-07-31Smoke: fixing some compile warning reported by Ton and one compile erro for ↵Daniel Genrich
gcc 4.4.1 reported by mrunion
2009-07-16SConsNathan Letwory
* ensure all SConscripts are ready for win64-vc (where necessary). * ensure we have proper _DEBUG flag for Python when we're doing a debug build. * some cleaning up of linking etc. * ensure /EHsc is there for game engine modules.
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender ↵Brecht Van Lommel
-r19323:HEAD Notes: * blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
2009-03-19Makefile updates for Blender 2.5 (from GSR)Chris Want
2009-01-242.5Ton Roosendaal
Made API for elbeem sane; it was prototyping and exporting functions from old src/ ! Note; elbeem.h is not exported anymore.
2009-01-172.5: various warning fixes.Brecht Van Lommel
2008-12-232.5 / SConsNathan Letwory
I did a very drastic cleanup for the different libgroups, there's now only a few left. It compiled with scons/msvc, will be testing in a bit on linux, too. If you get any problems, please reply to this commit message on the taskforce ML.
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender ↵Brecht Van Lommel
-r17434:HEAD
2008-11-24patch #8583: Add support for gcc on irixStefan Gartner
to compile blender with gcc on IRIX, IRIX_USE_GCC needs to be set to true in user-def.mk. Other changes related to irix: * compile solid from extern/ * don't build plugins (yet) with "make release" when using gcc (the shell script used assumes MIPSpro is installed) * use statvfs instead of statfs on irix, like done on solaris * use external libs from $(LCGDIR) instead of /usr/freeware * use glew header files from $(LCGDIR)/glew instead of the ones installed on the system (this applies to other platforms as well) * ffmpeg support currently is disabled on irix
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes ↵Campbell Barton
their includes when building. writefile.c had usless include.
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in ↵Benoit Bolsee
projectfiles_vc9\blender\blender.sln solution, you just need to open that solution to compile everything with VS2008.
2008-11-10Add MSVC90 project files - part 1.Benoit Bolsee
2008-10-22* Minor cleanup of SCons filesNathan Letwory
- cleanup of boolean usage - use True and False now instead of 'true'/'false' or 0/1 - changed SConscripts accordingly
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
Submitted By: gsr Kent
2008-10-03Solaris was having problems with sqrtf and friends again.Kent Mein
I changed sqrtf to sqrt in elbeem in bullet2 I added defines found in floatpatch.h eventually we should make a "floatpatch.h" that all of blender can use. Kent
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
Fixes for solaris compiling
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 ↵Daniel Genrich
settings work, 2. reverse domain, 3. reverse control)
2008-07-25Fluid control: WIP commit before weekend, not working is crashing on the ↵Daniel Genrich
first 3 frames
2008-07-21Fix for crash with fc and quality < 5 (reported by Nudel)Daniel Genrich
2008-07-20svn merge -r 15529:15649 ↵Daniel Genrich
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-07-14Win64 fix: disable 1GB restriction for 64bit windows systems, baking fluid ↵Daniel Genrich
with >4GB is verified to work on Vista64.
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
simulation and control time desync
2008-07-06Another fluid type 'control' added and introduced to elbeem, still some ↵Daniel Genrich
issues to solve but with 1 change in fluidsim.c it kind of works already (hint for me - disabled for other people so they don't complain)
2008-07-04Initial GUI implementation, yet not functionalDaniel Genrich
2008-04-22svn merge -r 14236:14505 ↵Daniel Genrich
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-04-20Reverting new epsilons since they had bad global impact - instead just ↵Daniel Genrich
remove the problematic normalize() call
2008-04-18Fluid: got to the real problem of the issue --> wrong float epsilon resulted ↵Daniel Genrich
in normalizing a vector to fail, reverted other change from today
2008-04-18Fluid bugfix [#8395] [#6200]: this should solve the ↵Daniel Genrich
popping/inconsistency/flickering issue with fluids, please give feedback :)
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2008-04-08This version now includes the fluid control sources, however the BlenderNils Thuerey
interface for it is still missing. Right now there is only a simple hard coded example, that moves a single control particle with strong attraction and velocity forces through the domain. I added more detailed information about the control code to the wiki http://wiki.blender.org/index.php/SoCFluidDevelDoc#The_Fluid-Control_Branch , together with some thoughts on how a Blender integration could be done.
2008-02-25CMakeList fix for fluidsDaniel Genrich