[Bf-blender-cvs] [d4c5e366ea] master: Install deps: Bump OpenSubdiv version to 3.1.1

Sergey Sharybin noreply at git.blender.org
Tue Jan 24 11:50:14 CET 2017


Commit: d4c5e366ea11f77876c304f5557889d7f5e032f7
Author: Sergey Sharybin
Date:   Tue Jan 24 11:49:45 2017 +0100
Branches: master
https://developer.blender.org/rBd4c5e366ea11f77876c304f5557889d7f5e032f7

Install deps: Bump OpenSubdiv version to 3.1.1

Required to have some crash fixes.

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

M	build_files/build_environment/install_deps.sh

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

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index ecb1cf8751..c4d6b284c4 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




More information about the Bf-blender-cvs mailing list