From dfdbb237bb51543492aa3a9b2cbc6948cd36ef47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 19 Nov 2019 12:21:52 +0100 Subject: [PATCH] Alembic: Upgrade from 1.7.8 to 1.7.12 Alembic 1.7.12 introduces a 'DCC FPS' hint, allowing Blender to write the scene frame rate to the Alembic file. This will make it possible for importers and converters to properly deal with situations where 'frame number' is the only reference to time. Writing this new DCC FPS hint will be done in a separate commit. Here only the Alembic library is upgraded from 1.7.8 to 1.7.12. --- build_files/build_environment/cmake/versions.cmake | 4 ++-- build_files/build_environment/install_deps.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_files/build_environment/cmake/versions.cmake b/build_files/build_environment/cmake/versions.cmake index fb3b96a5da7..9cbf104e842 100644 --- a/build_files/build_environment/cmake/versions.cmake +++ b/build_files/build_environment/cmake/versions.cmake @@ -86,9 +86,9 @@ set(HDF5_VERSION 1.8.17) set(HDF5_URI https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-${HDF5_VERSION}/src/hdf5-${HDF5_VERSION}.tar.gz) set(HDF5_HASH 7d572f8f3b798a628b8245af0391a0ca) -set(ALEMBIC_VERSION 1.7.8) +set(ALEMBIC_VERSION 1.7.12) set(ALEMBIC_URI https://github.com/alembic/alembic/archive/${ALEMBIC_VERSION}.tar.gz) -set(ALEMBIC_MD5 d095c2feb5e183b824904db7b63c1d30) +set(ALEMBIC_MD5 e2b3777f23c5c09481a008cc6f0f8a40) # hash is for 3.1.2 set(GLFW_GIT_UID 30306e54705c3adae9fe082c816a3be71963485c) diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index fd3ebe241a2..68eceb21845 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -388,7 +388,7 @@ OPENVDB_FORCE_REBUILD=false OPENVDB_SKIP=false # Alembic needs to be compiled for now -ALEMBIC_VERSION="1.7.8" +ALEMBIC_VERSION="1.7.12" ALEMBIC_VERSION_MIN=$ALEMBIC_VERSION ALEMBIC_FORCE_BUILD=false ALEMBIC_FORCE_REBUILD=false