[Bf-blender-cvs] [bd6e1e6] master: Updated install_deps' Collada to 3335ac164e68b2512a40914b14c74db260e6ff7d.

Bastien Montagne noreply at git.blender.org
Fri May 1 21:18:54 CEST 2015


Commit: bd6e1e6ad7c8856070152991ea62e917ddbd974f
Author: Bastien Montagne
Date:   Fri May 1 21:18:08 2015 +0200
Branches: master
https://developer.blender.org/rBbd6e1e6ad7c8856070152991ea62e917ddbd974f

Updated install_deps' Collada to 3335ac164e68b2512a40914b14c74db260e6ff7d.

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

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 1c78858..ea60eb3 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -510,7 +510,7 @@ OSL_SOURCE_REPO_UID="22ee5ea298fd215430dfbd160b5aefd507f06db0"
 OSL_SOURCE_REPO_BRANCH="blender-fixes"
 
 OPENCOLLADA_SOURCE=( "https://github.com/KhronosGroup/OpenCOLLADA.git" )
-OPENCOLLADA_REPO_UID="18da7f4109a8eafaa290a33f5550501cc4c8bae8"
+OPENCOLLADA_REPO_UID="3335ac164e68b2512a40914b14c74db260e6ff7d"
 FFMPEG_SOURCE=( "http://ffmpeg.org/releases/ffmpeg-$FFMPEG_VERSION.tar.bz2" )
 
 
@@ -1537,7 +1537,7 @@ clean_OpenCOLLADA() {
 
 compile_OpenCOLLADA() {
   # To be changed each time we make edits that would modify the compiled results!
-  opencollada_magic=8
+  opencollada_magic=9
   _init_opencollada
 
   # Clean install if needed!




More information about the Bf-blender-cvs mailing list