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/tools
AgeCommit message (Collapse)Author
2005-09-18initial commit of the fluid simulator.Jean-Luc Peurière
Ton reviewed and gave his blessing. Zr, can you have a look ? see : http://projects.blender.org/tracker/?func=detail&atid=127&aid=3039&group_id=9 for initial comments. N_T : the solver itself (elbeem) needs some works to get rid of warnings
2005-08-02Added support for compiling BULLET with scons on windowsSimon Clitherow
using bandoler's patch as a basis (thanks!). A couple of notes: - This is for windows only, I did not have a chance to try linux yet. - SConscript for PHY_Bullet may need tweaking (plus support for other platforms), but at least it's in there :) Any problems, shout :)
2005-07-27SCons fix for blenderplayer: add blender_LOD to link lib list.Stephen Swaney
2005-07-26SCons fix: move blender_LOD after blender_blenkernel in link list to fixStephen Swaney
problems with undefined refs. Let's see what this breaks!
2005-06-10scons wininst includes now plugins\include in the installerNathan Letwory
2005-06-10Make sure plugin includes are added to a releaseNathan Letwory
2005-05-06* integrate bFTGL with SconsNathan Letwory
* add some ENV = os.environ's here and there (help those who have msvc toolkit installed) Note for OSX users: check from your config.opts the correct info for the precompiled ftgl lib is used.
2005-04-16Updating build systems: folder release/bpydata/ moved to ↵Willian Padovani Germano
release/scripts/bpydata/ It seemed trivial enough, so I updated all systems (makefiles, xcode, scons, scons win installer), please complain if something went wrong. Mostly it was just removing release/bpydata references, since the release/scripts dir is already worked on recursevely, handling dirs inside it. For the scons nsi file writer script I had to write code for each new dir, but it can be recoded recursively, too (in fact joining all release stuff in a single dir tree with nothing else would be a good idea, making installation code simpler). Since it's just python and I have a little more time now, I can help scons managers if they still need. Thanks Campbell Barton for reporting.
2005-03-30Two scons changes:Stephen Swaney
1) fix evil use of internal scons interfaces that breaks latest scons version. 2) a hack to turn on new CCGSUBSURF stuff by adding -DUSE_CCGSUBSURFLIB to extra_flags. This is currently the default for all platforms except win32 (due solely to my ignorance of win32 compiler flags).
2005-03-14This commit reverses the OpenEXR specific stuff in the OpenEXR commit IKent Mein
did last friday. A patch will be available in the patches tracker that will have the current stuff there until everything is working. Kent
2005-03-11Gernot Ziegler's patch to add OpenEXR support to blender.Kent Mein
To enable it you will need to download OpenEXR and install it. For the Makefiles you will need to set WITH_OPENEXR=true and set NAN_OPENEXR to point to where OpenEXR is installed. For scons you'll need to remove config.opts to get the new options so you can enable OpenEXR, I was not able to get blender to link with scons so the scons stuff may need to be tweaked a little but I think it should work. For other platform managers The OpenEXR stuff is similar to QUICKTIME you need to define WITH_OPENEXR and setup the library stuff and as you'll notice in this commit there are two extra files. Kent
2004-10-21Created directories for the scons tools.Michel Selten
The actual move of the files will be done by jesterKing.
2004-10-05small update in naming scheme for cygwinNathan Letwory
2004-10-05enable 'scons release' for cygwinNathan Letwory
2004-09-28fully qualify variable names to fix bug under Solaris.Stephen Swaney
reported by Casey Corn.
2004-09-26Correct lib order for linuxers.Nathan Letwory
2004-09-26user_options_dict from appit() were missing bs_globals.Nathan Letwory
2004-09-26note to all: actually adding+commited new files does help a lot.Nathan Letwory
:]