* You are viewing Posts Tagged ‘opencollada’

Blender 2.5 r30109

I’ve updated my Blender builds (self-extracting archives) on Graphicall.org. Note that these are not the installers that I also have been posting. Please get them and enjoy!

As always, you can find the links to these download pages on the right side of my blog.

Update: I’ve now also updated the installer builds:

Blender 2.5, Win64, r24754

I have uploaded a new build for Windows 64bit of Blender 2.5 to graphicall.org

Build configuration:

CCFLAGS = ['/Ob1', '/J', '/W3', '/Gd', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267', '/MT', '/openmp']
WITH_BF_FFMPEG = False
WITH_BF_OPENAL = True
WITH_BF_JACK = False
WITH_BF_SNDFILE = False
WITH_BF_PLAYER = False
WITH_BF_GAMEENGINE = True
WITH_BF_VERSE = False
WITH_BF_YAFRAY = False
WITH_BF_QUICKTIME = False
WITH_BF_COLLADA = True

BF_DEBUG=False
BF_BSC=False

BF_NUMJOBS=5

BF_MSVS = False

BF_BUILDDIR = ‘..\\build\\blender25-win64-vc’
BF_INSTALLDIR=’..\\install\\blender25-win64-vc’

Win64 Blender 2.5 with COLLADA support, r24556

I have uploaded a new 64bit build of Blender 2.5, with COLLADA support enabled. You can get it from graphicall.org.

As always, the package is a self-extracting 7z-archive. The archive has been scanned with AVG 9.0.707 for viruses.

COLLADA merged with trunk, Blender 2.5

Arystan Dyussenov has finally managed to merge the GSoC COLLADA branch to trunk. I have been fighting with a broken-ish build environment and the OpenCOLLADA libraries since then.

First, many days were wasted in figuring out why during linking of the first library of OpenCOLLADA the build process would go in an eternal loop, issueing linking commands for the same library over and over again. After having tried different SCons versions, and several futile hacks of the SCons-files of the project, I took a harder look at my own environment.

We have had some talk about having ie. gstreamer as … Continue Reading