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
2010-08-29Properly set build type: Release or DebugNathan Letwory
2010-08-29Tell what platform and its bitness in BUILD_PLATFORMNathan Letwory
2010-08-28Make sure correct python31 zip is unpacked when BF_DEBUG=TrueNathan Letwory
2010-08-26Patch [#5429] SCons patch for linux: support more libs to be linked staticallyNathan Letwory
Contributed by Rui Campos, adapted for current trunk This was a very ancient patch on my todo list (mid-December 2006). Some things already were done, so I added now ffmpeg and freetype support for linking statically. FFMPEG part is untested further from my part so if you run into problems with that, please report.
2010-08-26Patch [#23389] Add authorship information to exported COLLADA filesNathan Letwory
Contributed by Imran Syed (freakabcd). This adds basic authoring tool and author info ("Blender User" for now). NOTE: Linux and OSX users need now to update their OpenCOLLADA libs - Blender should now compile fine with their latest revision. Made some changes to the original patch to ensure linking is done correctly. Some small cleanups for scons too.
2010-08-24== SCons ==Nathan Letwory
Make it possible to link statically against libgettext. Set WITH_BF_GETTEXT_STATIC to True and put static lib in BF_GETTEXT_LIB_STATIC (absolute path works probably best). BF_GETTEXT_LIB will be ignored.
2010-08-04fix path to release/python.zip for scons and cmakeStefan Gartner
I hope this doesn't break anything
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
- updated cmake, make & scons. - renamed CMake build options WITH_TIFF -> WITH_IMAGE_TIFF, same for DDS, OPENJPEG etc.
2010-08-02SConsCampbell Barton
- remove scons option WITH_BF_FHS, its not needed anymore. - comment WITH_BF_DOCS, was using epydocs which we dont use now. - blenderlite target was broken, always using openmp. - building without python wasnt working. - fixed some warnings.
2010-07-26move directories:Campbell Barton
dlltool --> build_files/make/dlltool bin --> release/bin Since dlltool is only used make + mingw and ./bin is misleading because it would seem the blender binary would be copied there, but its just used for home directory files. updated scons/cmake/make
2010-07-202.5 Beta version files increment, from 2.52 to 2.53.Brecht Van Lommel
2010-07-14Scons/darwin (OSX): blender.app package is now created correctly in the ↵Damien Plisson
install folder
2010-07-12re-arrange build files so scons "config" dir isnt confused with ↵Campbell Barton
~/.blender/2.52/config