[Bf-committers] yafray export through plugin patch

Alejandro Conty Estevez bf-committers@blender.org
Tue, 4 May 2004 17:09:43 +0200


Hi, here it is. Patch for exporting to yafray using the plugin
interface, no more xml or tga intermediate files. Still unfinished but
usable. Take this things into account:

- Only tested under linux, could not work in other systems, any feedback
	and fixes are wellcome

- Needs latest yafray: cvs -d :pserver:anoncvs@cvs.yafray.org:/home/CVS
	co yafray (build with scons)

- Only scons files updated for building, could anybody update makefiles?

- Does not support multiple cpu render since yafray has this feature
	temporary disabled

Download this:
http://www.coala.uniovi.es/~jandro/blender/exportplugin.patch.gz

go to the yafray dir "source/blender/yafray" and apply 
"zcat exportplugin.patch.gz|patch -p1"

build with scons or update makefiles and add new files.

jandro