[Bf-blender-cvs] [3a138a74e59] blender-v3.3-release: install_deps: add building of Alembic binaries.

Bastien Montagne noreply at git.blender.org
Fri Jul 29 15:17:19 CEST 2022


Commit: 3a138a74e5983213519d53cc4e1b729b63f96a87
Author: Bastien Montagne
Date:   Fri Jul 29 15:00:54 2022 +0200
Branches: blender-v3.3-release
https://developer.blender.org/rB3a138a74e5983213519d53cc4e1b729b63f96a87

install_deps: add building of Alembic binaries.

Those are used by alembic regression tests.

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

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 2441b9ad89b..10cb1b3579c 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -3000,7 +3000,7 @@ compile_ALEMBIC() {
   fi
 
   # To be changed each time we make edits that would modify the compiled result!
-  alembic_magic=2
+  alembic_magic=3
   _init_alembic
 
   # Force having own builds for the dependencies.
@@ -3048,7 +3048,7 @@ compile_ALEMBIC() {
     fi
     if [ "$_with_built_openexr" = true ]; then
       cmake_d="$cmake_d -D USE_ARNOLD=OFF"
-      cmake_d="$cmake_d -D USE_BINARIES=OFF"
+      cmake_d="$cmake_d -D USE_BINARIES=ON"  # Tests use some Alembic binaries...
       cmake_d="$cmake_d -D USE_EXAMPLES=OFF"
       cmake_d="$cmake_d -D USE_HDF5=OFF"
       cmake_d="$cmake_d -D USE_MAYA=OFF"



More information about the Bf-blender-cvs mailing list