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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-01-24 13:49:45 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-01-24 13:49:45 +0300
commitd4c5e366ea11f77876c304f5557889d7f5e032f7 (patch)
tree0ec60974e22e291422c4ef26fc674d37dddf4249 /build_files
parent520afa2962f1fc97a04f81a5f6a423dd71cf30f3 (diff)
Install deps: Bump OpenSubdiv version to 3.1.1
Required to have some crash fixes.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index ecb1cf87511..c4d6b284c48 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -344,7 +344,7 @@ OSL_FORCE_REBUILD=false
OSL_SKIP=false
# OpenSubdiv needs to be compiled for now
-OSD_VERSION="3.1.0"
+OSD_VERSION="3.1.1"
OSD_VERSION_MIN=$OSD_VERSION
OSD_FORCE_BUILD=false
OSD_FORCE_REBUILD=false