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
2014-09-08Warn when --engine arg isn't foundCampbell Barton
2014-09-08Fix building as Python module (manpage-generation)Campbell Barton
2014-09-05Disable msvc runtime fma3 use in an attempt to fix msvc 2013 + windows 7 issues.Martijn Berger
2014-08-31Add sqlite3 dll's on windows.Martijn Berger
2014-08-29Fix T41629: Won't open blend files with non-Latin charasters in the nameSergey Sharybin
2014-08-25Fix T41524: Won't open blend file with "space" symbol in the nameSergey Sharybin
2014-08-07Tweaks to the recent wrapper on windowsSergey Sharybin
2014-08-07Add blender launcher application when building with MSVCSergey Sharybin
2014-08-06OSX/cmake: allow for llvm dynamic builds too, but prefer staticJens Verwiebe
2014-08-01OSX/cmake: adapt bundle structure according sconsJens Verwiebe
2014-07-31Use dynamically linked SDL 1.2.15 on windows x64Martijn Berger
2014-07-28Fix bundling of requests on debian-like systemsSergey Sharybin
2014-07-28Make requests python package to be detected in the same way as numpySergey Sharybin
2014-07-25OSX: adaptions needed for renewed osl/oiio/llvmJens Verwiebe
2014-06-26Fix parallel CMake builds failing due to missing buildinfo.hNicholas Bishop
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-24Switch allocator to thread-safe when rendering from the command lineSergey Sharybin
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-06-19Add a bmesh_core_test, a start at testing bmesh functionality.Howard Trickey
2014-06-18GTest unit testing frameworkSergey Sharybin
2014-06-13Automatically generate blender.1 man page during build processCampbell Barton
2014-05-15CMake/SCons: finish removing MSVC2012 referencesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Doxy comment for main()Campbell Barton
2014-03-30Fix MinGW64 compilation until we update the libraries.Antony Riakiotakis
2014-03-27Windows: Upgrade FFmpeg from 0.10 to 2.1.4Sergey Sharybin
2014-03-16Code cleanup: naming conventionsCampbell Barton
2014-03-07Removing ParticleSystem->frand arrays to avoid memory corruption issuesLukas Tönne
2014-03-04Edit to last commit, use the version veriableCampbell Barton
2014-03-04OSX/cmake: copy release/site-packages for OSX ( static py for now )Jens Verwiebe
2014-03-04Build system: add cmake option to install requestsCampbell Barton
2014-03-04Build system copy release/site-packages for windowsCampbell Barton
2014-03-04Build system support for numpy on ms-windowsCampbell Barton
2014-02-19BSP was still hanging around in CMakeSergey Sharybin
2014-02-19Fix T38715: Setting object mode fails from command lineCampbell Barton
2014-02-19OSX/CMAKE: make linking and bundling of clang omp lib work,Jens Verwiebe
2014-02-12Fix T38541: sys.exit fails when blender is built as a py-moduleCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-04Fix missing $BLENDER_USER_DATAFILES in command line help text.Lawrence D'Oliveiro
2014-02-04Correct help: -b/--background does not take a file argumentLawrence D'Oliveiro
2014-01-29Move depsgraph debug print under --debug-depsgraph command line argumentSergey Sharybin
2014-01-25Blender docs: Correct upper limit, shown for missing -t option value.Lawrence D'Oliveiro
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-23Fix for crash when no args where given with -o, -x command line argsCampbell Barton
2013-12-10Fix T37713: proxy not updated for first frame in background render.Brecht Van Lommel
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-11-21Fix compile error on MinGW64, time.h is required for gmtime.Antony Riakiotakis
2013-11-17fix for crash with new buildinfo, when gmtime() returns NULLCampbell Barton