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
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-05More fixes for install_deps.sh under ubuntu 10.04: git package is called "git...Bastien Montagne
2013-04-05First fix for install_deps and ubuntu 10.04 (no libtiff5, only libtiff4, wond...Bastien Montagne
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-04-01correct too-big allocation in mesh beautify.Campbell Barton
2013-03-29Use same opencollada rev as windows' libs.Bastien Montagne
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-28modified build system for updated opencollada libraries (windows only, other ...Gaia Clary
2013-03-28svn merge ^/trunk/blender -r55594:55635Campbell Barton
2013-03-27Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versionsSergey Sharybin
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-23Fix for opencollada building in install_deps.sh script.Bastien Montagne
2013-03-22Patch [#34680] Updated install_deps script, by Ejner Fergo (ejnersan), thanks!Bastien Montagne
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-14tweaks to clang so blender can build with -WerrorCampbell Barton
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-12Woops, installing dlls shall happen after all the folders are created.Sergey Sharybin
2013-03-12Made a mistake in recent windows buildbot tweaks.Sergey Sharybin
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-11Mixed paths to redist libraries in recent commitSergey Sharybin
2013-03-11Windows buildbot tweaksSergey Sharybin
2013-03-11Fix first regression introduced with r55173: need to import shutil before usi...Sergey Sharybin
2013-03-10Buildbot: mac configuration files for i386 and x86_64.Brecht Van Lommel
2013-03-04patch [#34525] Scons ' colorCampbell Barton
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-02-27add PHY headers to cmake's ketsji (else some IDE's won't show)Campbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-24install_deps.sh:Thomas Dinges
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-24Rename CMake's Boost_USE_ICU to WITH_BOOST_ICU (update your CMake conf if you...Bastien Montagne
2013-02-23Install_deps script:Thomas Dinges
2013-02-21Cycles GPU rendering:Thomas Dinges
2013-02-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
2013-02-12Buildbot: revert r54465 and r54466 -- issue was not caused bySergey Sharybin
2013-02-11Buildbot: -WITHOUT_BF_OVERWRITE_INSTALL should not be needed nowSergey Sharybin
2013-02-11Buildbot: switch to using native toolkit againSergey Sharybin
2013-02-11Fix scons win32 link error with OSL, also fix a GLEW linker warningBrecht Van Lommel
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-02-07removing xinerama on X11 dependency, this wasn't working very usefully.Campbell Barton
2013-02-06add missing bullet header to cmake, quiet reports from 'make test_cmake'Campbell Barton
2013-02-06enable xinerama for scons.Campbell Barton
2013-02-05OSX/cmake/scons: python version foolproofJens Verwiebe
2013-01-31Fix scons building under unix. Now we should really have only *one* '/usr/lib...Bastien Montagne
2013-01-31Cycles:Thomas Dinges
2013-01-30cmake config files BOOL type was ignored by cmake.Campbell Barton
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-24fix for missing initialization of vert data in ccgDM_copyFinalVertArrayCampbell Barton
2013-01-24patch [#33969] fix for [#33968] Blenders Custom Project File Generator for Qt...Campbell Barton
2013-01-22make sure config directory is initialized or python complainsAntony Riakiotakis