That looks like that will solve it.
However, I can’t try it out.
After I installed YafaRay, on my 1st export to YafaRay, I got the following error:
Traceback (most recent call last):
File “<string>”, line 1, in <module>
File “/home/animetusk/.blender/scripts/blender/yafaray_ui.py”, line 2354, in <module>
main()
File “/home/animetusk/.blender/scripts/blender/yafaray_ui.py”, line 2347, in main
TabMaterial = clTabMaterial()
File “/home/animetusk/.blender/scripts/blender/yafaray_ui.py”, line 302, in init
self.yRender = yaf_export.yafrayRender(isPreview = True)
File “/usr/share/yafaray/blender/yaf_export.py”, line 65, in init
self.yi.loadPlugins(dllPath)
File “/usr/share/yafaray/blender/yafrayinterface.py”, line 97, in loadPlugins
def loadPlugins(*args): return _yafrayinterface.yafrayInterface_t_loadPlugins(*args)
TypeError: in method ‘yafrayInterface_t_loadPlugins’, argument 2 of type ‘char const *’
What went wrong?
I’m using the 64-bit Blender v2.49b on Ubuntu Studio 64-bit v9.04. I just installed the 64-bit YafaRay 0.1.1. My system shows both Python v2.5 and v2.6 installed. I’m on a PC (Intel Core2 Quad Q6600) with 8 GB of mem.