[Bf-blender-cvs] [1de051a7a9b] master: install_deps: Updated Alembic to 1.8.3 and OSD to 3.4.4.

Bastien Montagne noreply at git.blender.org
Fri Apr 1 16:43:37 CEST 2022


Commit: 1de051a7a9b1ae40eebeff3631a9cbcd906a184e
Author: Bastien Montagne
Date:   Fri Apr 1 16:42:28 2022 +0200
Branches: master
https://developer.blender.org/rB1de051a7a9b1ae40eebeff3631a9cbcd906a184e

install_deps: Updated Alembic to 1.8.3 and OSD to 3.4.4.

Re {T95206}.

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

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 491655ebeb0..2afc52fdc8a 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -493,7 +493,7 @@ OSL_FORCE_REBUILD=false
 OSL_SKIP=false
 
 # OpenSubdiv needs to be compiled for now
-OSD_VERSION="3.4.3"
+OSD_VERSION="3.4.4"
 OSD_VERSION_SHORT="3.4"
 OSD_VERSION_MIN="3.4"
 OSD_VERSION_MEX="4.0"
@@ -513,8 +513,8 @@ OPENVDB_FORCE_REBUILD=false
 OPENVDB_SKIP=false
 
 # Alembic needs to be compiled for now
-ALEMBIC_VERSION="1.7.16"
-ALEMBIC_VERSION_SHORT="1.7"
+ALEMBIC_VERSION="1.8.3"
+ALEMBIC_VERSION_SHORT="1.8"
 ALEMBIC_VERSION_MIN="1.7"
 ALEMBIC_VERSION_MEX="2.0"
 ALEMBIC_FORCE_BUILD=false



More information about the Bf-blender-cvs mailing list