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-19MergedTamito Kajiyama
https://svn.blender.org/svnroot/bf-blender/branches/soc-2008-mxcurioni (r22789) and https://svn.blender.org/svnroot/bf-blender/trunk/blender (r23338) with the "Ignore ancestry" and "Ignore line endings" options enabled (using TortoiseSVN on Windows). After the merge operation, all changes (i.e., deletion) in source/blender/freestyle/ were reverted in order to keep the primary source tree of the Freestyle renderer.
2008-10-31soc-2008-mxcurioni: merged changes to revision 17246Maxime Curioni
2008-10-31* Minimum SCons version is now 1.0.0Nathan Letwory
- Code has been changed to reflect this (ie. deprecated functions are not anymore used) * clean up the C and C++ compiler flags mess. - in the environment construction of BlenderLib all the compile flag governing options have been split in the *C*, *CC* and *CXX* containing equivalents. C is for C compiler only flags. CC is for C and C++ compiler flags and CXX is for C++ compiler only flags. All the platform default config files need to be double checked and fixed wherever it looks necessary. Either DIY, or send me a note with needed changes. - a start for the BlenderLib parameter list has been made - all the SConscripts need to be checked and modified to hand in flags properly. * A theeth request: make -jN settable in the config file. - I give you BF_NUMJOBS, which is set to 1 by default. In your user-config.py, set BF_NUMJOBS=4 to have 4 parallel jobs handled. Yay.
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-10-21renamed WITH_BF_BPYDOC to WITH_BF_DOCS, added SConscript for building BGE ↵Campbell Barton
docs too.
2008-10-20=== SCons ===Nathan Letwory
[#17867] Adds option to SCONS to generate Python API documentation Added patch from Brandano with some small improvements (BF_DOCDIR, clean) by yours truly. To use make sure you have epydoc installed. Enable with WITH_BF_BPYDOC=1.
2008-10-20Added WITH_BF_NOBLENDER to scons so that blenderplayer can be compiler by ↵Ken Hughes
itself (false by default). Also added dependency for 'blender' on command line; seems 'blender' was intended to be a target, but would give the error "Do not know how to make target `blender' ".
2008-09-28soc-2008-mxcurioni: merged changes to revision 16789Maxime Curioni
2008-09-20Linux platformsKen Hughes
--------------- Patch to include freedesktop icons in linux release builds, contributed by Ralf Hölzemer (cheleb).
2008-09-19scons update, BF_NO_ELBEEM wasnt working, WITH_BF_SDL wasnt implimented, ↵Campbell Barton
WITH_CCGSUBSURF isnt used anymore.
2008-09-18scons options BF_CXX, WITH_BF_STATICCXX, BF_CXX_LIB_STATIC for static ↵Campbell Barton
linking to stdc++ because of problems running blender on some systems.
2008-09-16added static openal and openexr options for scons.Campbell Barton
also added a target 'blenderlite' - turns almost everything off, compressed binary is ~3.4meg
2008-09-09* Make sure freestyle branch compiles with SCons/msvc9 on Windows. This was ↵Nathan Letwory
joint operation with mxcurioni :)
2008-09-08soc-2008-mxcurioni: merged changes to revision 16424, corrected compilation ↵Maxime Curioni
errors
2008-09-07soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds)Maxime Curioni
2008-08-04Fix for better icc + openmp support using sconsDaniel Genrich
2008-05-19soc-2008-mxcurioni: resolved uint issues (replaced with unsigned int). Still ↵Maxime Curioni
NOT linking
2008-05-06soc-2008-mxcurioni: swig compiles as independent libraryMaxime Curioni
2008-05-05soc-2008-mxcurioni: lib3ds compiles as an external libraryMaxime Curioni
2008-05-05merge to 14689, Freestyle library changes, SConscript startMaxime Curioni
2008-05-01Change plugin.def to pluging.DEF for case sensitive operating systems.Stephen Swaney
File is source/blender/blenpluginapi/plugin.DEF
2008-05-01* copy plugin header stuffies too.Nathan Letwory
2008-04-28* improve the clean code. Instead of doing it the dumb way, do it smarter.Nathan Letwory
2008-04-28* make sure makesdna executable gets removed on scons clean.Nathan Letwory
2008-04-28* change BF_CONFIG so that it is understood as 'user-config.py' instead of ↵Nathan Letwory
config/platform-config.py it tried to do before. If defined, it overrides the search (and potential use) of user-config.py. It didn't work before anyway, so this change should affect nobody. usage: scons BF_CONFIG=someconfigfile
2008-04-27Make "scons clean" remove config files for ffmpeg, x264, xvidcore. AlsoKen Hughes
replace tabs with spaces.
2008-04-27* let's copy *all* FFMPEG libraries, shall we?Nathan Letwory
2008-04-27* copy FFMPEG libraries on Windows to BF_INSTALLDIR when done.Nathan Letwory
2008-04-17Change scons so OpenMP library is appended at end of linkage line with otherKen Hughes
libraries (fixes a problem with statically linking OpenMP).
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-09minor edit to last commit, fixed a possible python errorCampbell Barton
2008-04-08use mkdtemp for the scons tempfile path rather then '.sconf_temp', this way ↵Campbell Barton
2 blenders can be compiled at once from the same path. (debug and release for instance, as long as they build in their own dir)
2008-03-22NDOF support added to trunk from ndof branch.Jean-Luc Peurière
The latter is now obsolete and will be soon removed. Some tiny build tweaks for darwin committed in preparation of bigger changes for proper SDK suport both on intel and ppc
2008-03-19* BF_QUIET can now be set in user-config.py too.Nathan Letwory
2008-03-05Bugfix for wrong OpenMP flags when using icc (proposed by jensverwiebe via IRC)Daniel Genrich
2008-02-11* change integral type of loop var in two cases so OpenMP support compiles ↵Nathan Letwory
with MSVC, too. * remove wrong flag.
2008-02-04* Building with FFMPEG-support on Windows works only for mingw. And those ↵Nathan Letwory
libs are static anyway.
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2008-01-24* copy python25_d.dll when building BF_DEBUG=1Nathan Letwory
2007-12-20A little christmas present for the lazy coders.Nathan Letwory
In your user-config.py you can now set BF_FANCY='false' and enjoy the... lack of colors
2007-08-31scons clean would throw an error if there was nothing to do. print a message ↵Campbell Barton
instead.
2007-08-15add the option of not installing to scons build systemJean-Luc Peurière
settting WITHOUT_BF_INSTALL='true' will disable the copying to INSTALL_DIR you can use that in your user-config.py or commandline slipping in minor cleaning for Os X builds
2007-06-14* make sure zlib.pyd is copied on windowsNathan Letwory
2007-05-31=== SCons ===Nathan Letwory
* Finally cleaned up the NSIS installer creation process This is now a proper action and command, with simple printout The 'nsis' target (only on Windows) now properly depends on all the build process, and will be done as very last. * Make LZMA (Solid) default compressor for installer (= the best)
2007-05-31=== SCons ===Nathan Letwory
FINALLY! With this commit command-length problems are History. Thanks go to xuru from #scons for giving the nice pointer. src is now again one lib, and further libsplitting should be rather unnecessary, unless we somehow reach the 37K limit (for internally used CreateProcess, by subprocess module)
2007-05-28Copying python25.zip to install folders for win32.Simon Clitherow
Also, nsis installer now copies plugin include headers.
2007-05-20post release update of the scons build system for os x powerpcJean-Luc Peurière
assume os x 10.4 as defaut
2007-05-15=== SCons ===Nathan Letwory
* cvs->svn conversion: handle properly also release/scripts .svn dir (= skip it!)
2007-05-12* handle move CVS->SVN, skip .svn administrative directoriesNathan Letwory
2007-05-07=== FFMPEG on Win32 ===Nathan Letwory
* rebuilt ffmpeg libraries. h264 now actually works.