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
_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to