I'm using Blender v.2.6.1: is there a way to export my project (.blend) to .mesh and .skeleton?

I've tried to download BlenderExport and copy the script and all subdirectories either into ".blender/scripts", but when I open my .blend, in File->Export don't appear nothing to export in ogre files!

link|improve this question
feedback

closed as off topic by Bart, wallyk, Bruno, mu is too short, the Tin Man Jan 18 at 10:08

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

Blender includes export script for a lot of formats, but you need to activate the scripts in the Files -> Preferences -> Add-on menu.

Blender2Ogre can export .scene, .mesh, .material, .skeleton.

Just follow the installation steps and tutorials.

link|improve this answer
I've just tried this: I've activated the Add-on but the exporter produces only .scene file (and not .mesh & .skeleton)... – Velthune Jan 17 at 11:02
1  
You can try this exporter : blender2ogre. I think it can export mesh and skeleton to ogre. – Mualig Jan 17 at 12:35
Ok, with this exporter everything works great! thank you! – Velthune Jan 18 at 9:51
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.