My problem is that I want to use Blender for modelling butI don't manage to convert my mesh in format .mesh
I have seen that I must use OgreXMLconvert but I can't found it ...
And for exportinf files ine xml format I have downloaded the mesh exporter but it says : " can't import pickle module"
If you haven't got OGRE compiled and ready, you need to download the command line tools, which includes the XmlConverter.
Do edit the python script to point to whereever you install the tools.
The Pickle module is from the standard Python library, not the internal Blender mini-Python:
Install Python 2.4 - and provide an environment variable called PYTHON_HOME, pointing to the newly created python directory.
/* Less noise. More signal. */ Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion. OgreAddons - the Ogre code suppository.
This is not a problem: just model your models, select them and export.
There are instructions in the readme.html with the Blender exporter, and guidance in the OGRE Wiki.
If you want to learn how to use Blender for OGRE modeling, consider the Dungeon Hack Tutorials.
(You'll be able to find the topic by browsing the A&C Forum).
/* Less noise. More signal. */ Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion. OgreAddons - the Ogre code suppository.
calimax wrote:In fact when I want to choose in the panel of the xmlexporter I can only choose "cube"
That panel only let you choose objects that are selected in the 3D View to set the animation export options for that object. All objects that are selected in Blender's 3D View get exported.
Ok thanks you're right now I've again two other problems (my problems have no end )...
I've read the readme and another tutorial but I don't manage to make an animation with my mesh ... I export my mesh in the xml format and a squeleton file but it doesn't seems to work when I put these 2 elements on the ogrxmlconverter ...;
Problem number 2 I don't manage to add textures to my meshes, I think I must use material files but I don't manage to export material files in blender because I can't select it
Thanks for helping me and I hope that I am not too boring with my problems...