Hello there.
I’m trying to export an animated model to Cal3D. I’ve tried two python scripts, blender2cal.py and blender2cal_2.py
The first one seems to export happily enough, meshes are okay, but no animation appears in my viewer (although animation files seem to have been exported). I’ve tested the viewer with the Cal3d models which come with cal3d and it displays those fine.
With the second “_2” script, I get the following error when trying to export:
Traceback (most recent call last):
File “<string>”, line 1768, in bevent
File “<string>”, line 1147, in export
AttributeError: ‘list’ object has no attribute ‘values’
I’m using Blender 2.40 alpha 2. And Cal3d 0.10.0
So any advice? If anyone has managed to export correctly, do you have a .blend file I can look at?
Thanks