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
2018-04-09Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-04-09Build: fix make deps using system webp/sndio libs.Brecht Van Lommel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
- Undo that changes modes currently asserts, since undo is now screen data. Most likely we will change how object mode and workspaces work since it's not practical/maintainable at the moment. - Removed view_layer from particle settings (wasn't needed and complicated undo).
2018-03-31Build deps: do sndfile patch also on linux platformArto Kitula
2018-03-30build_deps: Disable building docs for OIIOThomas Beck
Two issues are fixed with this commit: 1) When we build OIIO (on unixoid build environments) and no /src/doc/oiiotool was present we had no build target for it (which led to a build error). As we don't need docs for OIIO, we disable it now. 2) We specified a var that OIIO does not recognize (was removed upstream a long time ago): ILMBASE_VERSION.
2018-03-29Merge commit 'origin/master^' into blender2.8Dalai Felinto
2018-03-28build_deps: disable hdf5 lib supportRay Molenkamp
we do not ship with hdf5 support for alembic on any of the platforms.
2018-03-18Merge branch 'master' into blender2.8Bastien Montagne
2018-03-17build_environment: remove msvc compiler warning from boost.Ray Molenkamp
Even the boost people have given up trying to keep up with the rapid release of new msvc versions, and have removed the warn for now see: https://github.com/boostorg/config/commit/5ad0730630188b55e2ee554dec53b5498fc0a030#diff-eac863c1d46c77471e54e8818aab7534
2018-01-23Merge branch 'master' into blender2.8Campbell Barton
2018-01-23Cleanup: CMake whitespaceCampbell Barton
2018-01-17Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-01-17external_libs: Add openjpeg to the mavc lib folders for cycles standalone.Ray Molenkamp
2018-01-09Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-08install_deps: Fix OCIO always re-cloning its whole git repository.Bastien Montagne
2018-01-04Merge branch 'master' into blender2.8Bastien Montagne
2018-01-03build deps: llvm new website download locationsArto Kitula
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2018-01-02nstall_deps: llvm downloads new website locationBastien Montagne
Patch by Lucas Walter (@lucasw), thanks. Reviewers: mont29 Reviewed By: mont29 Subscribers: mont29 Differential Revision: https://developer.blender.org/D2983
2017-12-30Build: fix make deps TBB on Linux, older versions don't support GCC 7.Brecht Van Lommel
2017-12-30Build: fix make deps OpenSubdiv build on Linux.Brecht Van Lommel
2017-11-19Merge branch 'master' into blender2.8Julian Eisel
2017-11-18CMake: remove solaris pathCampbell Barton
2017-11-05Merge branch 'master' into blender2.8Campbell Barton
2017-11-05Cleanup: indentation, line wrappingCampbell Barton
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-04installdeps: Fix building numpy with newer py system...Bastien Montagne
Many thanks to Jens Verwiebe for investigating and finding this fix.
2017-09-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-27[build_deps.cmd] Turn down logging verbosity to normal.Ray Molenkamp
2017-09-26Merge branch 'master' into blender2.8Campbell Barton
2017-09-26deps libs: fix xiph library support on sndfile on macOSArto Kitula
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22[cmake/deps_builder] update openjpeg to 1.5.2 to match the version in ↵Ray Molenkamp
master/extern , add support for openjpeg in oiio. Mark webp as an optional component.
2017-09-22Fix T52875: install_deps.sh - numpy-1.13.1.tar.gz - 404 Not Found.Bastien Montagne
2017-09-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-21build deps: add support for multiple xcode installsArto Kitula
2017-09-21[cmake_deps/msvc] Move llvm/clang harvest to their individual cmake files.Ray Molenkamp
2017-09-21deps build: add openjpeg to OIIOArto Kitula
2017-09-21[cmake_deps/msvc] Move boost harvest to boost.cmakeRay Molenkamp
2017-09-21[cmake/builddeps] update for site-packages on windows to support the new ↵Ray Molenkamp
requests version.
2017-09-21Install_deps: Raise python and numpy versions (to 3.6.2 and 1.13.1 ↵Bastien Montagne
respectively).
2017-09-21deps build: use pip to install requests 2.18.4 and it's depsArto Kitula
2017-09-20[cmake/depsbuilder/msvc] Update to python 3.6 / numpy 1.13.1Ray Molenkamp
-No more hardcoded python35/36 tokens in the scripts -disabled python module for boost, was not used -Updated patches for python to support building with msvc2013
2017-09-20deps build: correct sndfile fixArto Kitula
2017-09-20Merge branch 'master' into blender2.8Campbell Barton
2017-09-20deps build: fix sndfile building on macOSArto Kitula
2017-09-20deps build: bump Python to 3.6.2 and Numpy to 1.13.1Arto Kitula
2017-09-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-18[cmake/dependencies] Update libsndfile to 1.0.28Ray Molenkamp
2017-09-05Merge branch 'master' into blender2.8Campbell Barton