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
2004-07-13Added SuperLU 3.0:Brecht Van Lommel
http://crd.lbl.gov/~xiaoye/SuperLU/ This is a library to solve sparse matrix systems (type A*x=B). It is able to solve large systems very FAST. Only the necessary parts of the library are included to limit file size and compilation time. This means the example files, fortran interface, test files, matlab interface, cblas library, complex number part and build system have been left out. All (gcc) warnings have been fixed too. This library will be used for LSCM UV unwrapping. With this library, LSCM unwrapping can be calculated in a split second, making the unwrapping proces much more interactive. Added OpenNL (Open Numerical Libary): http://www.loria.fr/~levy/OpenNL/ OpenNL is a library to easily construct and solve sparse linear systems. We use a stripped down version, as an interface to SuperLU. This library was kindly given to use by Bruno Levy.
2004-01-05- Revert to NaN makefilesWouter van Heyst
2004-01-05Basic initial yafray integration by Eeshlo.Alejandro Conty Estevez
Materials are exported the best we can do by now. It will look almost as in blender except for the missing procedural textures and some minor issues. You have to tweak normal modulation amount to get the desired result cause is not the same in yafray. We added a panel in render space to adjust some yafray settings (GI and so) Also we export transparency and reflection using new raytracing settings, but that will be changed and improved soon. Remember that you have to set YFexport path in user defaults and yafray must be on path (version 0.0.6) We added the "yafray" button to activate all this stuff in the render window. Panel and settings are only shown when checked. So now when activated the code calls yafray export instead of the internal renderer and finally the resulting image is loaded back into render window's buffer. So animation is also possible and results can be saved using blender usual scheme.
2003-07-16Hopefully update for NaN Makefiles for the moving of SoundSystem.Kent Mein
I need to get openal working on my machine before I can test it so if it doesn't work feel free to fix it. Hopefully this will be the majority of the stuff though. Kent
2003-07-12EXPYTHON in now the only python for the Makefiles build.Chris Want
2003-05-30This is a fun one ;)Kent Mein
Removes ssl from blender. makes the following directorys not needed anymore: blender/intern/keymaker blender/source/blender/src/pub blender/source/blender/encrypt blender/source/blender/decrypt blender/source/blender/sign blender/source/blender/verify It works with The Nan Makefiles and autoconf, could whoever is working on the other build systems update them so we can nuke those directorys? They won't do anything but I figured I'd leave them in for a week or so to make things easyer on people. Kent
2003-05-29Support for the experimental python stuff in the traditionalChris Want
Makefiles (set EXPYTHON=true in user-def.mk).
2003-02-03I took out the include since it was causing problems on some platformsKent Mein
and added targets for clean, debug and test, so we don't need the include. Kent
2003-02-03MakefileWouter van Heyst
- fix make/shell buglet to make use of --no-print-directory for cleaner logs - Conform to the nan_subdirs.mk mechanism of building intern/Makefile - include nan_subdirs.mk again This enables people to run make clean and all those other targets from the top level dir again, 'make source' has been lost for now
2002-11-07Updated it so intern/python/freeze is combined into intern's MakefileKent Mein
also updated the readme so its not an extra step anymore. Kent -- mein@cs.umn.edu
2002-11-06Commented out the include since it was causing problems on some systemsKent Mein
and its not needed here. (intern/Makefile) Kent -- mein@cs.umn.edu
2002-11-04added the bsp (or CSG) library that Blender depends uponMaarten Gribnau
removed the action library not used by Blender (actually this was that start of UNDO in Blender that was never finished) Maarten (mail@maartengribnau.com)
2002-10-15fix the build order for the inter-module dependenciesHans Lambermont
2002-10-12Initial revisionv2.25Hans Lambermont