[Bf-blender-cvs] [c5dc9b6] alembic_pointcache: Include Alembic build arguments in BUILD_INFO.txt.

Lukas Tönne noreply at git.blender.org
Thu Oct 16 16:54:21 CEST 2014


Commit: c5dc9b60caf577d776179bfc47b5c5b415cefd29
Author: Lukas Tönne
Date:   Thu Oct 16 16:41:20 2014 +0200
Branches: alembic_pointcache
https://developer.blender.org/rBc5dc9b60caf577d776179bfc47b5c5b415cefd29

Include Alembic build arguments in BUILD_INFO.txt.

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

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 190b819..1cf068c 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -3202,6 +3202,12 @@ print_info() {
     fi
   fi
 
+  if [ -d $INST/alembic ]; then
+    _1="-D ALEMBIC_ROOT_DIR=$INST/alembic"
+    PRINT "  $_1"
+    _buildargs="$_buildargs $_1"
+  fi
+
   PRINT ""
   PRINT "Or even simpler, just run (in your blender-source dir):"
   PRINT "  make -j$THREADS BUILD_CMAKE_ARGS=\"$_buildargs\""
@@ -3271,6 +3277,13 @@ print_info() {
     PRINT "BF_FFMPEG_LIB = 'avformat avcodec swscale avutil avdevice `print_info_ffmpeglink`'"
   fi
 
+  if [ "$ALEMBIC_SKIP" = false ]; then
+    PRINT "WITH_BF_ALEMBIC = True"
+    if [ -d $INST/alembic ]; then
+      PRINT "BF_ALEMBIC = '$INST/alembic'"
+    fi
+  fi
+
   if [ "$WITH_ALL" = false ]; then
     PRINT "WITH_BF_3DMOUSE = False"
   # No libspacenav in official arch repos...




More information about the Bf-blender-cvs mailing list