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 (Expand)Author
2012-09-16Enable OpenColorIO for MinGW64 build targetsAntony Riakiotakis
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
2012-08-11add back datatoc, use this instead of cmake script which was too slow.Campbell Barton
2012-08-11remove all remaining data files from source, now all are converted at build t...Campbell Barton
2012-08-11generate brush icons C files at build time.Campbell Barton
2012-08-11generate glsl shaders c files at build time.Campbell Barton
2012-08-11startup.blend and preview.blend are now converted to C at build time.Campbell Barton
2012-08-10fix own error with scons, building failed when BF_BUILDDIR was absolute.Campbell Barton
2012-08-10zero rotation values for quat_apply_track() which were in fact just float in ...Campbell Barton
2012-08-09generate COM_OpenCLKernels.cl.h automatically at build time, this allows edit...Campbell Barton
2012-07-26OSX/scons: fix compiling on the new OSX 10.8 (Mountain Lion) with delivered X...Jens Verwiebe
2012-07-06Fix ultra stupid mistake on Scons.Antony Riakiotakis
2012-07-05Scons:Thomas Dinges
2012-07-05Update build systems to copy needed dlls from MinGW-w64, turn openmp on by de...Antony Riakiotakis
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-05-29Scons:Thomas Dinges
2012-05-29finish cleanup for pluginsCampbell Barton
2012-05-23Scons - only go to the trouble of making these directories if they don't alreadyJoshua Leung
2012-05-02Add pthread dll for MinGW64 during installation. Now people who download from...Antony Riakiotakis
2012-04-26Fix OIIO dll copying for win32-mingwNathan Letwory
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-15Scons:Thomas Dinges
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-02-25OSX: scons: fix own mistake, truncate output of xcode-build -version to major...Jens Verwiebe
2012-02-25OSX: scons: corrected output string of xcode-build -version, so only major/mi...Jens Verwiebe
2012-02-17Reverting changes made to build systems when was upgrading OpenAL.Sergey Sharybin
2012-01-17Compilation error when using mingw+sconsSergey Sharybin
2011-12-31option to build without remesh modifier for cmake and sconsCampbell Barton
2011-12-27Update build files to use new OpenAL librariesSergey Sharybin
2011-12-19* Changes for static win32 png libs. Thomas Dinges
2011-12-13OSX: proper scons config and linking weak for jackOSX and errorhandlingJens Verwiebe
2011-12-08Scons/CUDAThomas Dinges
2011-12-01CyclesBrecht Van Lommel
2011-11-17exclude addons_contrib/ for release builds.Campbell Barton
2011-11-14Scons: make sure fftw is enabled when ocean_mod is compiledJens Verwiebe
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-10Whitespace tweaksJoshua Leung
2011-11-09Add compiles support for Cycles.Nathan Letwory
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-23Another set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21cleanup scons build flags, many duplicates because because of confusion betwe...Campbell Barton
2011-10-21- remove release/bin/.blender/.bfont.ttf, we have ./release/datafiles/bfont.t...Campbell Barton
2011-10-21move fonts/ and locale/ dirs into release/datafiles, since blender wasn't fin...Campbell Barton
2011-10-06scons flags were being set carelessly - CCFLAGS is like setting CFLAGS and CX...Campbell Barton
2011-10-06revert part of r40800, btools.ENDIAN should be correct, if its not then that ...Campbell Barton
2011-10-05OSX: Correct copy/paste error and exclude endianess switch from darwinJens Verwiebe
2011-10-03remove .Blanguages, its not used anymoreCampbell Barton
2011-09-28OSX: solve weaklinking for non-apple compilers by using Xlinker, build also Q...Jens Verwiebe