You are not logged in.

#1 2011-11-24 09:25:54

impudicus
Member
Registered: 2011-11-24
Posts: 4

Blender Collada. Please Help.

Could someone smarter than I please help me write a PKGBUILD for  blender-svn ( from AUR)  that will compile OpenCollada support?
I have  OpenCollada  installed, but blender staedfastly refuses to be built with it's inclusion.
Setting "-DWITH_OPENCOLLADA=ON"  results in "Could NOT find OpenCOLLADA (missing:  _opencollada_INCLUDES)"
and Setting  -DOPENCOLLADA_ROOT_DIR=/usr, as suggested on AUR as a solution, throws a "No such file or directory" error.

Has anyone had any success building Blender with OpenCollada?
Can anyone give me a hand?

Thanks

Offline

#2 2011-11-24 10:38:16

trontonic
Member
Registered: 2008-07-21
Posts: 80

Re: Blender Collada. Please Help.

Hi, it seems like you're doing everything right, but that OpenCollada is not installed and available when you're compiling Blender. Does it work if you install "opencollada-svn" first?

Offline

#3 2011-11-24 10:38:29

Mad Fish
Member
Registered: 2009-09-22
Posts: 295

Re: Blender Collada. Please Help.

Refer to this feature request for specific details: https://bugs.archlinux.org/task/24800

Offline

#4 2011-11-24 23:23:14

impudicus
Member
Registered: 2011-11-24
Posts: 4

Re: Blender Collada. Please Help.

Thanks for the response.
@TU: Yes, I do have opencollada-svn installed prior to blender-svn.
@Mad Fish: Gonna try your PKGBUILD now and report back.

Offline

#5 2011-11-25 01:54:39

impudicus
Member
Registered: 2011-11-24
Posts: 4

Re: Blender Collada. Please Help.

blender-collada and blender-collada-svn from AUR do not build.

The opencollada-svn from AUR does build. However... this is not enough for blender.
One must download the openCollada source : svn checkout http://opencollada.googlecode.com/svn/trunk/ opencollada-read-only

Add the following switches to the blender-svn PKGBUILD:
-DWITH_OPENCOLLADA:BOOL=ON \
-DOPENCOLLADA_ROOT_DIR=/opencollada-read-only \  #MUST SPECIFY AN ABSOLUTE PATH TO WHERE YOU DOWNLOADED THE SOURCE [ie: /home/user/opencollada-read-only]

And there you have it.

Update:
The newest opencollada-svn puts the libraries where blender-svn can find them so no need to download the source from google or point to the opencollada directory.

Last edited by impudicus (2011-12-07 12:51:59)

Offline

Board footer

Powered by FluxBB