Page 1 of 1

maya exporter not exporting .mesh files?

Posted: Sat Sep 03, 2005 11:11 am
by Paintbrush
hey all,

Okay i've done some searching on the boards for similar problems, but it seems everyone has been able to export .mesh files once they got the Maya exporter up and running..

my problem stems in being able to export everything else BUT the mesh files. i got it to export the .material config file and the .mesh.xml file, but not an importable .mesh file...

It may be what i'm trying to select when exporting... some insight would be appreciated.

thanks in advance!

J.

Posted: Sat Sep 03, 2005 12:52 pm
by haffax
http://www.ogre3d.org/index.php?option= ... t=category

Use this tool to convert mesh.xml -> mesh.

Posted: Sun Sep 04, 2005 3:44 pm
by metaldev
i built a maya scene manager that converts it for you automatically when you use it to export.

if youd like to use it you can grab ithere.

Posted: Thu Sep 22, 2005 5:30 pm
by vinny_the_true
I juste downloaded the maya exporter tool (version 6.5) but when I click export from the ogreExporter configuration panel, I juste get the "ogreExport procedure not found" error message...

Did I forget something ??

Posted: Fri Sep 23, 2005 1:06 pm
by Bringer of Darkness
The most probably you have incorrectly installed scripts - you are apparently missing the line in your userSetup.mel, which register the ogre exporter mel script.......

Posted: Sun Nov 20, 2005 7:12 pm
by Sunjit
Bringer of Darkness wrote:The most probably you have incorrectly installed scripts - you are apparently missing the line in your userSetup.mel, which register the ogre exporter mel script.......
What line are you talking about?

Posted: Sun Nov 20, 2005 7:20 pm
by metaldev
you should have this file:

C:\Documents and Settings\username\My Documents\maya\7.0\scripts\userSetup.mel

should contain this line:

Code: Select all

source ogreExporter;

Posted: Sun Nov 20, 2005 7:43 pm
by Sunjit
metaldev wrote:you should have this file:

C:\Documents and Settings\username\My Documents\maya\7.0\scripts\userSetup.mel

should contain this line:

Code: Select all

source ogreExporter;
To find out if userSetup.mel contains that line, I have to right-click on the file and open with Notepad, right? I did that and the file contains that line.

Posted: Sun Nov 20, 2005 10:24 pm
by joi
Last bug i found i had to select everything i wanted to export, and then it would generate a .mesh file... could be your bug... :roll:

[EDIT]
Assuming you are the nick Paintbrush, and you have started the conversation, I read the following line :
my problem stems in being able to export everything else BUT the mesh files. i got it to export the .material config file and the .mesh.xml file, but not an importable .mesh file
If both files are bigger then 0k, yes, they are exported, they just hasnt been CONVERTED to ogre format using the OgreXMLConverter.exe, witch you can do it manually.

If your problem is still something different then that, im sorry, you mislead me! Good luck! :)

[ANOTHER EDIT]
Im going crazy with all those nick changes, or is people hijacking this post ?
[/ANOTHER EDIT]

[EDIT]

Posted: Mon Nov 21, 2005 1:20 am
by Sunjit
joi wrote:Last bug i found i had to select everything i wanted to export, and then it would generate a .mesh file... could be your bug... :roll:
The bug that I am having a problem with is that nothing is being exported. I even tried selecting everything, but still didn't export. I don't know why it's not working for me.

Posted: Mon Nov 21, 2005 7:58 am
by deesine
AFAIK the exporter wont export anything by default, I had to set export as xml, and under that same tab, there's a checkbox to export as binary or something similar, to get it to export my .mesh files. I'll verify this later today.

Posted: Mon Nov 21, 2005 11:37 am
by deesine
Image

Posted: Mon Nov 21, 2005 7:28 pm
by hombre
yep that should do it

u have to select that xml file include export
than he exports the .mesh automtaically

when u export there is a parameter for

: all ( all objects in the scene )
: selected ( only the selected )

if u export a special selected object dont
forget to set the align of the coordinate space directly to
the object itself otherwise u gonna have problems to translate/move
it in the engine
the same with mapobjects but the other way...there u need the worldspace coordinates

greetings