[Bf-blender-cvs] [6608caef0e2] master: build_environment: Upgraded Embree to 3.8.0

Stefan Werner noreply at git.blender.org
Fri Feb 14 19:16:07 CET 2020


Commit: 6608caef0e2e7413589cfb4d7e5c42b8017842a6
Author: Stefan Werner
Date:   Fri Feb 14 19:14:32 2020 +0100
Branches: master
https://developer.blender.org/rB6608caef0e2e7413589cfb4d7e5c42b8017842a6

build_environment: Upgraded Embree to 3.8.0

The latest versions of Embree allow similar motion interpolation
as Cycles' own BVH.

===================================================================

M	build_files/build_environment/cmake/versions.cmake
M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/cmake/versions.cmake b/build_files/build_environment/cmake/versions.cmake
index 58c76b6e263..1f44601cd5a 100644
--- a/build_files/build_environment/cmake/versions.cmake
+++ b/build_files/build_environment/cmake/versions.cmake
@@ -299,9 +299,9 @@ set(SQLITE_VERSION 3.24.0)
 set(SQLITE_URI https://www.sqlite.org/2018/sqlite-src-3240000.zip)
 set(SQLITE_HASH fb558c49ee21a837713c4f1e7e413309aabdd9c7)
 
-set(EMBREE_VERSION 3.2.4)
+set(EMBREE_VERSION 3.8.0)
 set(EMBREE_URI https://github.com/embree/embree/archive/v${EMBREE_VERSION}.zip)
-set(EMBREE_HASH 3d4a1147002ff43939d45140aa9d6fb8)
+set(EMBREE_HASH ac504d5426945fe25dec1267e0c39d52)
 
 set(USD_VERSION 19.11)
 set(USD_URI https://github.com/PixarAnimationStudios/USD/archive/v${USD_VERSION}.tar.gz)
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 094c333c7e6..6294ab8bdd3 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -439,7 +439,7 @@ OPENCOLLADA_FORCE_BUILD=false
 OPENCOLLADA_FORCE_REBUILD=false
 OPENCOLLADA_SKIP=false
 
-EMBREE_VERSION="3.2.4"
+EMBREE_VERSION="3.8.0"
 EMBREE_FORCE_BUILD=false
 EMBREE_FORCE_REBUILD=false
 EMBREE_SKIP=false



More information about the Bf-blender-cvs mailing list