[Bf-committers] Collada library version now available in separate file

Gaia gaia.clary at machinimatrix.org
Mon Sep 30 23:30:46 CEST 2013


Hi all;

After the recent confusions about which OpenCollada version should be used
i now have added a file:

    blender/source/blender/collada/version.conf

This file contains the sha1 hash key of the OpenCollada Commit that 
shall be used
for building Blender with Collada.

After a bit of trial and error i found the following "script" to work well
when i am in the home directory of my OpenCollada git clone:

blender_collada=/d/blendersvn/blender/source/blender/collada
sha=`cat $blender_collada/version.conf`
git checkout $sha

Now i can build openCollada with the correct commit version.
Oh, and please ensure that you build with MT flags (for static libraries)

I hope that helps a bit :)

cheers,
Gaia


More information about the Bf-committers mailing list