I can’t export a model from blender to jmonkey

I am trying to export a blender model (ogre format) but I get the following error



Exporting:







Error:









I have already installed the OgreCommandTools, the Ogre exporter that comes with the SDK Jmonkey



Ogre Export







OgreCommandTools





can anyone help me to fix the problem or give me some advice?



thanks in advance.-

i dont remember exacly what was a problem of this error, but try:


  • remove unused “Vertex Groups”.
  • try to have skeleton and model in the same layer.
  • look at modifiers, maybe there is also something bad.

I don’t know if this is why I get problems but I just drop the .bled file in the project dir and when I double click it it becomes an .j3o file.

see that he have in blender error, not SDK error.



edit:

i dont know if ogre exporter changed in SDK versions.

i think i have a different kind of problem because i try to export a simple cube and i get the same error, the cube does not have material or texture



if you ar asking for the version of the ogrecommandtools, the version is 1.7



if you are asking for the exporter, yes i have installed the one that comes with the SDK

also i use blender 2.61, but it should work for 2.63



but… what last screen show? i have only python file of ogre exporter.

what this ogre command tools give you?(is this for 2.63 version?)



i heard that there are some changes with 2.63 version, so maybe this is issue.

@oxplay2 said:
but... what last screen show? i have only python file of ogre exporter.
what this ogre command tools give you?(is this for 2.63 version?)

that screen show the default path to de OgreCommandTools, because in the FAQ file of the exporter there is a reference to that path


@oxplay2 said:
i heard that there are some changes with 2.63 version, so maybe this is issue.


i tried with the version 2.61 to

i remember i had the same or similar error.



and i remember that was something wrong with object… but you have cube so idk…


  • have you tried to add material to it?
  • try apply data: crtl-a → apply location/rotation/scale.
  • also make sure you have only cube in scene(becouse if one object give error → other objects will not export too).



    i understand you don’t want use blenderExporter(.blend->j3o) or .obj files? and its true… for now ogre is best exporter.

    you should try to make all clear from beginning.

Thanks a lot for the help, you point me in the right direction with this comment:



“…i heard that there are some changes with 2.63 version, so maybe this is issue…”



i fix my problem by uninstalling the 2.63 version and installing the 2.62 version of blender



thanks for your time