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:
authorBastien Montagne <bastien@blender.org>2021-02-08 16:44:54 +0300
committerBastien Montagne <bastien@blender.org>2021-02-08 16:44:54 +0300
commitf5c781af5643b4660c0ce27468221b37248d8372 (patch)
tree95336f604666e409feb5670c95c502d419335c5c /build_files
parentdb1e50262bc44b2b3e9f7122fd404e5b51877d1f (diff)
install_deps: Updated OpenImageDenoise to 1.3.0
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 3aa8eee73d8..eee8c32f8a5 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -550,10 +550,10 @@ EMBREE_FORCE_BUILD=false
EMBREE_FORCE_REBUILD=false
EMBREE_SKIP=false
-OIDN_VERSION="1.2.3"
-OIDN_VERSION_SHORT="1.2"
-OIDN_VERSION_MIN="1.2.0"
-OIDN_VERSION_MAX="1.3"
+OIDN_VERSION="1.3.0"
+OIDN_VERSION_SHORT="1.3"
+OIDN_VERSION_MIN="1.3.0"
+OIDN_VERSION_MAX="1.4"
OIDN_FORCE_BUILD=false
OIDN_FORCE_REBUILD=false
OIDN_SKIP=false