4ebcdff873
Merge branch 'master' into blender2.8
2018-01-23 20:04:54 +11:00
41e930ac66
Cleanup: CMake whitespace
2018-01-23 17:25:09 +11:00
10e6da1f2d
Merge branch 'master' into blender2.8
2018-01-17 17:47:38 +01:00
a8fc44299b
external_libs: Add openjpeg to the mavc lib folders for cycles standalone.
2018-01-17 07:45:05 -07:00
83e84b2c2c
Merge branch 'master' into blender2.8
2018-01-09 12:52:13 +01:00
850f73638c
install_deps: Fix OCIO always re-cloning its whole git repository.
2018-01-08 16:34:34 +01:00
5a6a819b5d
Merge branch 'master' into blender2.8
2018-01-04 10:36:50 +01:00
25418be97e
build deps: llvm new website download locations
2018-01-03 14:52:25 +02:00
be40389165
Merge branch 'master' into blender2.8
2018-01-03 23:44:47 +11:00
e84966ac42
nstall_deps: llvm downloads new website location
...
Patch by Lucas Walter (@lucasw), thanks.
Reviewers: mont29
Reviewed By: mont29
Subscribers: mont29
Differential Revision: https://developer.blender.org/D2983
2018-01-02 15:23:45 +01:00
ac934efc5e
Build: fix make deps TBB on Linux, older versions don't support GCC 7.
2017-12-30 00:07:33 +01:00
6a225a283e
Build: fix make deps OpenSubdiv build on Linux.
2017-12-29 22:53:32 +01:00
Julian Eisel
7f96323cd0
Merge branch 'master' into blender2.8
2017-11-19 13:16:14 +01:00
abd5841441
CMake: remove solaris path
2017-11-19 03:46:50 +11:00
58dc114615
Merge branch 'master' into blender2.8
2017-11-06 00:12:28 +11:00
914e3b1645
Cleanup: indentation, line wrapping
2017-11-05 14:50:15 +11:00
ea606a7847
Merge branch 'master' into blender28
2017-10-06 21:25:33 +11:00
754f5d39c5
installdeps: Fix building numpy with newer py system...
...
Many thanks to Jens Verwiebe for investigating and finding this fix.
2017-10-04 20:16:39 +02:00
7fdb9e168d
Merge branch 'master' into blender2.8
2017-09-28 16:13:09 +05:00
5d23448290
[build_deps.cmd] Turn down logging verbosity to normal.
2017-09-27 10:54:27 -06:00
24b083c8f3
Merge branch 'master' into blender2.8
2017-09-26 14:52:21 +10:00
e8a0812a3b
deps libs: fix xiph library support on sndfile on macOS
2017-09-26 02:17:39 +03:00
98ba302f70
Merge branch 'master' into blender2.8
2017-09-25 18:57:43 +05:00
0e802fabb4
[cmake/deps_builder] update openjpeg to 1.5.2 to match the version in master/extern , add support for openjpeg in oiio. Mark webp as an optional component.
2017-09-22 13:57:21 -06:00
925f2c8b9d
Fix T52875: install_deps.sh - numpy-1.13.1.tar.gz - 404 Not Found.
2017-09-22 18:56:37 +02:00
128c7c3ba1
Merge branch 'master' into blender2.8
2017-09-22 13:26:49 +05:00
b3b3c6d8ae
build deps: add support for multiple xcode installs
2017-09-21 23:54:17 +03:00
01dfaac77b
[cmake_deps/msvc] Move llvm/clang harvest to their individual cmake files.
2017-09-21 13:10:55 -06:00
78345a46c1
deps build: add openjpeg to OIIO
2017-09-21 22:09:52 +03:00
9775c4d68b
[cmake_deps/msvc] Move boost harvest to boost.cmake
2017-09-21 11:16:52 -06:00
15ab0e6ddc
[cmake/builddeps] update for site-packages on windows to support the new requests version.
2017-09-21 10:16:40 -06:00
50b9d1d019
Install_deps: Raise python and numpy versions (to 3.6.2 and 1.13.1 respectively).
2017-09-21 09:59:07 +02:00
e0f68e5d22
deps build: use pip to install requests 2.18.4 and it's deps
2017-09-21 09:33:00 +03:00
c5491ba874
[cmake/depsbuilder/msvc] Update to python 3.6 / numpy 1.13.1
...
-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-20 12:31:40 -06:00
99c9f17098
deps build: correct sndfile fix
2017-09-20 13:20:23 +03:00
851228766e
Merge branch 'master' into blender2.8
2017-09-20 16:10:40 +10:00
77dccbf481
deps build: fix sndfile building on macOS
2017-09-20 00:08:32 +03:00
c87c1ec1da
deps build: bump Python to 3.6.2 and Numpy to 1.13.1
2017-09-20 00:04:23 +03:00
af170839af
Merge branch 'master' into blender2.8
2017-09-19 21:08:14 +05:00
d486b17088
[cmake/dependencies] Update libsndfile to 1.0.28
2017-09-18 10:54:37 -06:00
572b1a644f
Merge branch 'master' into blender2.8
2017-09-05 22:56:03 +10:00
fcd7ac1451
[deps/msvc] Debug flags for optimized debug libs were inverted for cxx.
2017-09-02 17:14:42 -06:00
986267300b
Audaspace: Moving audaspace 1.3 into extern.
...
Deleting the old internal audaspace.
Major changes from there are:
- The whole library was refactored to use C++11.
- Many stability and performance improvements.
- Major Python API refactor:
- Most requested: Play self generated sounds using numpy arrays.
- For games: Sound list, random sounds and dynamic music.
- Writing sounds to files.
- Sequencing API.
- Opening sound devices, eg. Jack.
- Ability to choose different OpenAL devices in the user settings.
2017-08-18 08:24:12 +02:00
84d33023ab
Merge branch 'master' into blender2.8
2017-08-15 18:51:25 +02:00
535e83687d
macOS build: simplify python install for new 10.9 libraries.
...
We stop using the .zip file and just have all files now in
lib/darwin/python/lib, along with numpy, numpy headers and requests.
This makes it consistent with Linux and simplifies code.
For old libraries the .zip stays, code for that gets removed when we
fully switch to new libraries.
2017-08-15 17:40:27 +02:00
3bca9f5fed
Merge branch 'master' into blender2.8
...
# Conflicts:
# source/blender/makesrna/intern/rna_render.c
2017-08-15 13:02:45 +02:00
caefe4943b
[deps_build/macOS] Fix FFMPEG & VPX configure command
...
FFMPEG & VPX don't handle target with --build parameter, so we need to make sure use of plain configure command
Reviewed by: Brecht Van Lommel
Differential Revision: http://developer.blender.org/D2791
2017-08-15 12:26:33 +03:00
a8eaaa21e0
[build_deps/Windows] Add numpy headers to the python include folder on windows, required for D2716
2017-08-14 15:21:36 -06:00
e79db3b2f8
[depsbuilder] fix outdated python patch on windows.
2017-08-14 15:11:44 -06:00
30e0100813
[depsbuilder] Fix broken osl flags on windows.
2017-08-14 15:11:05 -06:00