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-12-14Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-14Dependencies builder: Don't rely on system-wide PugiXMLSergey Sharybin
2018-12-13Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-12-13deps: add missing sqlite dll to windows build.Ray Molenkamp
2018-12-12Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-12-12dependencies windows: Replace pthreads-win32 2.9.1 with pthreads4w 3.0.0Ray Molenkamp
maintenance seems to have stopped for pthreads-win32
2018-12-05Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-12-05deps: update opencollada to v1.6.68Ray Molenkamp
2018-12-05Merge branch 'master' into blender2.8Bastien Montagne
2018-12-05Install_deps: bump collada version to 1.6.68.Bastien Montagne
2018-11-08Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-08build_environment: add debug libs for embree on windowsRay Molenkamp
2018-11-08build_deps_windows: add option to to only create project files.Ray Molenkamp
2018-11-07Merge branch 'master' into blender2.8Stefan Werner
2018-11-07install_deps: Added optional build of Embree to install_deps.sh, turned off ↵Stefan Werner
by default.
2018-11-07Merge branch 'master' into blender2.8Stefan Werner
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
Note that this is turned off by default and must be enabled at build time with the CMake WITH_CYCLES_EMBREE flag. Embree must be built as a static library with ray masking turned on, the `make deps` scripts have been updated accordingly. There, Embree is off by default too and must be enabled with the WITH_EMBREE flag. Using Embree allows for much faster rendering of deformation motion blur while reducing the memory footprint. TODO: GPU implementation, deduplication of data, leveraging more of Embrees features (e.g. tessellation cache). Differential Revision: https://developer.blender.org/D3682
2018-10-19Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-10-19build_depenencies: Fix url for openal.Ray Molenkamp
2018-10-05Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-10-04Fix T57059: "make deps" build error when sndio library is present.Jorge Bernal
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3700
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19Cleanup: trailing spaceCampbell Barton
2018-09-18Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-17build_environment: linux/python, help python find ffi.Ray Molenkamp
we were building ffi, but python wasn't finding it.
2018-09-17build_environment: ffi/linux force predictable lib path.Ray Molenkamp
ffi stubbornly wants to put libs in lib64 even when you tell it not to on some linux distributions. patch based on sed fix the gentoo guys did [1] [1] https://bugs.gentoo.org/462814
2018-09-17Merge branch 'master' into blender2.8Bastien Montagne
2018-09-17Install_deps: workaround building bloody broken OpenEXR release.Bastien Montagne
2018-09-17build_environment: force a consistent libdir across Linux distributions.Ray Molenkamp
on some distributions libs ended up in lib64 confusing the cmake builder.
2018-09-13Merge branch 'master' into blender2.8Bastien Montagne
2018-09-13Fix building deps when OpenCV dev package is present.Bastien Montagne
Since we are not linking against OpenCV ourselves, that generated linking errors later on (while building OSL e.g.). Those 'open' libs link against way too many other libs... :/ Thanks to @intrah for initial report (T56785), and @LazyDodo for suggested solution.
2018-09-12Merge branch 'master' into blender2.8Campbell Barton
2018-09-11Build: require OpenJPEG 2.x minimum, remove bundled version.Brecht Van Lommel
* WITH_SYSTEM_OPENJPEG is removed and is now always on, this was already the case for macOS and Windows. * This should not break existing Linx builds. If there is no new enough OpenJPEG installed, CMake will no find libopenjp2 and WITH_IMAGE_OPENJPEG will be disabled. * install_deps.sh was updated with new package names, since distributions put this version in a new package. Differential Revision: https://developer.blender.org/D3663
2018-09-11Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-11Build Environment: updates for macOS.Brecht Van Lommel
Mainly this is following Linux to build own xml2/lzma/ssl/sqlite and linking them all statically. This ensures the Python ssl module uses a recent openssl version rather than a very old one shipped with macOS.
2018-09-07Merge branch 'master' into blender2.8Bastien Montagne
2018-09-07Install_deps: fix llvm/clang ARCH package names.Bastien Montagne
Issue raised in T56540, thanks. Also tried to re-enable using fedora's llvm/clang packages, would hope and assume old issue here is fixed.
2018-09-07Merge branch 'master' into blender2.8Bastien Montagne
2018-09-07Install_deps: Fix wrong URL for ILMBase/OpenEXR source archives.Bastien Montagne
They also went to github...
2018-09-07Merge branch 'master' into blender2.8Bastien Montagne
2018-09-07Install_deps: Fix building python on fedora 28Bastien Montagne
Looks like libffi is now a dependency of python as well... Done it for the other distro as well, just in case. ;)
2018-09-06Merge branch 'master' into blender2.8Bastien Montagne
Conflicts: source/blender/editors/space_node/drawnode.c
2018-09-06Update install_deps.sh to latest libs.Bastien Montagne
Tested with Debian Testing, might need some adjustements for other distributions... Also removed last patches we used here, we shall not need any anymore!
2018-08-30Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-30Build environment: Tweak to harvasting scriptSergey Sharybin
The idea is to make find_package() to succeed without any extra tips given. For this, we need header files to be harvasted.
2018-08-29Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-29Cleanup: remove unused build environment patches.Brecht Van Lommel
2018-08-29Merge branch 'master' into blender2.8Sergey Sharybin