I’m having problems exporting my model to the Cal3D format. I’m currently using version 2.41 of Blender. I do have the blender2cal3D.py file in my Blender/.blender/scripts directory. The error I’m getting is the following:
Using Python version 2.4
Traceback (most recent call last):
File “<string>”, line 1194, in fs_callback
File “<string>”, line 909, in export
AttributeError: ‘Armature’ object has no attribute ‘getBones’
Also, I believe I’m supposed to be seeing an interface for selecting some exporting options when I export the model. I do not see or get this interface. Does anyone have any suggestions for me?
You using wrong versionn of exporter. The working one for Blender 2.41 is “Cal3D Exporter 2 V1.1.0”. If you using this exporter for Crystalspace3d, here is little modified version (in this case, don’t forget use “export for soya”):
Well, for whatever reason, I’m getting a new error. I haven’t been able to figure out why yet so I’ll post it up…
Using Python version 2.4
skeleton
Free bone: Foot
0 Root bone: Foot
1 Bone: Head parent: Foot
Traceback (most recent call last):
File “<string>”, line 1810, in bevent
File “<string>”, line 1687, in export
File “<string>”, line 584, in to_cal3d
File “<string>”, line 726, in to_cal3d
AttributeError: ‘NoneType’ object has no attribute ‘id’
I think it has some important parts fixed, and works perfectly for me so far. I don’t know if it has all the changes in the one posted here though. As for cvs, if he means the blender cvs, I think maybe we should start a thread in the blender.org development forums to keep working on this script, possibly combine changes as needed.