ogrexmlconverter:Unable to load skeleton for mesh conversion

Problems building or running the engine, queries about how to use features etc.
Post Reply
shome
Halfling
Posts: 76
Joined: Thu Jan 28, 2016 6:49 am
x 1

ogrexmlconverter:Unable to load skeleton for mesh conversion

Post by shome »

I get error when i try to convert from .mesh to .xml using OgreXMLconverter:

OgreXMLConverter hand.mesh hand.mesh.xml

....
Registering ResourceManager for type Material
Registering ResourceManager for type Skeleton
Skeleton: Loading hand.skeleton
Unable to load skeleton hand.skeleton for Mesh conversion. This Mesh will not be animated. You can ignore this message if you are using an offline tool.
XMLMeshSerializer writing mesh data to hand.mesh.xml...

why is the hand.skeleton not being loaded? the skeleton is in the same folder as the .mesh.
I had also added the path to hand.skeleton in general section in resources.cfg(resources.cfg is in same folder as OgreXMLconverter)
Post Reply