Yafaray Python Error

Hey all,

I keep getting a Python Script Error when trying to render using Yafaray in Blender 2.49b. I’m running Mac OS 10.6.4. The Error box tells me to “Check Console”. Searched the forums and I found that I can run Terminal in the Mac OS. I also found that some other users had issues with random objects and that if they delete that particular object the problem goes away, however my problem seems to be with the camera object. I don’t think I can delete that. I’ve deleted the camera, and replaced it with another but the same problem arises. Here is the section from the Terminal reading:

INFO: Adding Lamp: Lamp.003 type: Area
added Light ‘Lamp.003’ (arealight)!
INFO: Adding Lamp: Lamp.004 type: Area
added Light ‘Lamp.004’ (arealight)!
INFO: Adding Objects
INFO: Adding Camera
Traceback (most recent call last):
File “/Applications/Blender/Blender.app/Contents/MacOS/.blender/scripts/yafaray_ui.py”, line 2165, in button_event
yRender.render()
File “/usr/local/share/yafaray/blender/yaf_export.py”, line 775, in render
self.writeObjects()
File “/usr/local/share/yafaray/blender/yaf_export.py”, line 149, in writeObjects
self.yObject.createCamera(self.yi, scene, self.viewRender)
File “/usr/local/share/yafaray/blender/yaf_object.py”, line 66, in createCamera
camProp = camObj.properties[“YafRay”]
KeyError: ‘key not in subgroup dict’
~yafrayInterface_t() delete scene…delete environment…dyld:
dyld:
dyld:
dyld:
dyld:
dyld:
dyld:
dyld:
dyld:
dyld:
dyld:

Any assistance would be appreciated :slight_smile: