no. I have not tried it yet. I read that the bone rotation was wrong in the import. It wasn't mentioned if it was fixed. So I dunno. Guess I should try it. Will try now.
[edit]
Hmm.. ok. that script doesn't work for blender 2.42. Sigh... ah well. I guess i'll just wait.
[/edit]
Yes, this importer doesn't seem to work for me either. I have python 2.5 installed along with Blender 2.44. Anyone fancy updating it?! Just for the record, the error I get when importing ogrehead.mesh.xml is:
I didn't know you could go backwards with the Ogrexmlconverter.exe, I made a couple of mesh.xml's out of .meshes and used the ogre_export.py of 17,773 bytes
to import mesh.xml, the ogre3d-Mesh-importer.py
didn't work with 241.
Whoa this would be so great to have, and exactly what I'd need for a work thing right now.
Ran ok in 2.45, but bones came completely wrong .. i guess that part is w.i.p. still. I'm actually a(n occasional) Blender developer and have done stuff with the api, and have sometimes looked into skel importing / exporting when have tried to help people there, but don't have a 100% full picture of the transformation spaces there.
jacmoe, you linked an export script, but this is about an import script.
I don't know about the OGRE3D-Mesh-importer.py, but my script hasn't been touched in years. I currently don't plan to work on it, but this may or may not change.
I am aware that this is very old. But it would be very useful to us at the moment.
Can someone please confirm if this works on Blender 2.59 and python 2.7.2? We're also using Ogre 1.8 commandline tools...
And if not what blender/python combo it works with?
Many thanks
Alex
Update: I tried to get it to work with Blender 2.4 Python 2.4 combo. To no avail...
Any help on this would really be greatly appreciated.
Update 2: I think I got it collaborating on Python 2.4 and Blender 2.4.
I now get the error message:
o:\NYWF_dev\art\3D MODELS\D_PROPS\Trees\3D SOURCE\Woody_meshes\basswood_american
.mesh.xml o:\NYWF_dev\art\3D MODELS\D_PROPS\Trees\3D SOURCE\Woody_meshes
Traceback (most recent call last):
File "<string>", line 1290, in bevent
File "<string>", line 1131, in fileselection
File "<string>", line 346, in createMesh
File "<string>", line 207, in getTexCoordList
ValueError: invalid literal for float(): 0"
I yesterday looked for a way to import ogre meshes to blender. Ultimate Unwrap can import ogre mehses (with bone animation, but I think without vertex/pose animation) and export to many formats. And Assimp's next release should be able to export to collada, but this maybe takes longer to be ready.
Sorry for posting about another Ogre Importer on this thread!! But I thought I share.
It was hell. Well what's hell is Python. With every version of Blender and exporter combination I tried today (3 in total) I had to install a specific Python version. It's amazing that you cannot run Python 2.4 scripts under Python 2.7.2. I mean, come on, backward compatibility, anybody