I have a simple Blender scene with a mesh that I have imported into the scene, originally, from an OBJ created in another program (Silo). Everything is fine. But I have an armature attached, and I have reposed it. I want to take this new version back into Silo.
So, I apply the armature. Then I select the Object and try to do an export-> OBJ.
I am getting an error:
Traceback (most recent call last):
File "C:\Blender Foundation\Blender\2.54\scripts\op\io_scene_obj\__init__.py", line 116, in execute
print(self.keys())
TypeError: bpy_struct.keys(): this type doesn't support IDProperties
Does anyone know what is causing this?