[Bf-blender-cvs] [1b22705edde] temp-sybren-alembic: install_deps: removed leftover compile_HDF5 command

Sybren A. Stüvel noreply at git.blender.org
Tue Apr 4 17:48:53 CEST 2017


Commit: 1b22705edde0ee920b5f82e55e8df02cc47d37e3
Author: Sybren A. Stüvel
Date:   Tue Apr 4 14:50:36 2017 +0200
Branches: temp-sybren-alembic
https://developer.blender.org/rB1b22705edde0ee920b5f82e55e8df02cc47d37e3

install_deps: removed leftover compile_HDF5 command

It was a leftover from when Alembic with HDF5 was still officially
supported.

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

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 381330be7d2..c65305703bf 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -2236,9 +2236,6 @@ compile_ALEMBIC() {
     return
   fi
 
-  compile_HDF5
-  PRINT ""
-
   # To be changed each time we make edits that would modify the compiled result!
   alembic_magic=2
   _init_alembic




More information about the Bf-blender-cvs mailing list