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
diff options
context:
space:
mode:
authorStefan Werner <stefan.werner@tangent-animation.com>2020-02-18 01:44:12 +0300
committerStefan Werner <stefan.werner@tangent-animation.com>2020-02-18 01:44:12 +0300
commitf5740ec8cfc097c4cdf213e0295892094cd6c80c (patch)
tree1ac10d859cb994cb997e8b7ce953a1c747989aac /intern/cycles/cmake
parent435476cb87404ac2252641cf5fd50a816836083d (diff)
Cycles: Enabled quaternion motion blur with Embree.
Bringing Embree's motion blur closer to Cycles' native blur. This requries Embree 3.8.0 or newer. Differential Revision: https://developer.blender.org/D6575
Diffstat (limited to 'intern/cycles/cmake')
-rw-r--r--intern/cycles/cmake/external_libs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/cmake/external_libs.cmake b/intern/cycles/cmake/external_libs.cmake
index 5bf681792ca..0b082b11cf7 100644
--- a/intern/cycles/cmake/external_libs.cmake
+++ b/intern/cycles/cmake/external_libs.cmake
@@ -135,7 +135,7 @@ if(CYCLES_STANDALONE_REPOSITORY)
####
# embree
if(WITH_CYCLES_EMBREE)
- find_package(embree 3.2.4 REQUIRED)
+ find_package(embree 3.8.0 REQUIRED)
endif()
####