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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-04 13:55:38 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-04 13:55:38 +0300
commit8a60d843272d39fa453f0bfa941c9e947e99624f (patch)
tree015e2bec18c7236bbf67d00b31a04675439c584d
parentffac92e38539a74424fe8cfd6fac9d79144c4872 (diff)
Bumped Alembic library version to 1.7.1
This provides us with a clearer API (so I don't have to use const_cast<> in upcoming code). It also allows layering of different Alembic files, so you can have a base file and load a separate file containing overrides. Verbally approved by Dr. Sergey.
-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 08cb6822810..381330be7d2 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -360,7 +360,7 @@ OPENVDB_FORCE_REBUILD=false
OPENVDB_SKIP=false
# Alembic needs to be compiled for now
-ALEMBIC_VERSION="1.6.0"
+ALEMBIC_VERSION="1.7.1"
ALEMBIC_VERSION_MIN=$ALEMBIC_VERSION
ALEMBIC_FORCE_BUILD=false
ALEMBIC_FORCE_REBUILD=false