[Bf-blender-cvs] [8a60d843272] master: Bumped Alembic library version to 1.7.1

Sybren A. Stüvel noreply at git.blender.org
Tue Apr 4 12:55:44 CEST 2017


Commit: 8a60d843272d39fa453f0bfa941c9e947e99624f
Author: Sybren A. Stüvel
Date:   Tue Apr 4 12:55:38 2017 +0200
Branches: master
https://developer.blender.org/rB8a60d843272d39fa453f0bfa941c9e947e99624f

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.

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

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 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




More information about the Bf-blender-cvs mailing list