Page 1 of 1

Best FBX to Ogre solution?

Posted: Sat Nov 24, 2012 11:48 pm
by ogrenoob101
I have lots of FBX content to transfer to ogre-- mesh, texture, skeleton, and animations. I don't have MAX or Maya, so how do I get these files into Ogre?

I have had several lessons on Blender, and would prefer to pull the FBX into Blender, but the FBX importer only does mesh and texture right now. Skeletons are randomly deformed, so I can't test the animations at this time.

How are you guys handing FBX? I have also tried Collada and OBJ, but without success. Can Collada be pulled directly into Ogre? The OBJ format breaks the skeleton, and it has to be re-rigged--- wasting the perfectly good skeleton that was in FBX. Not very efficient!

What is the best recommendation for tool flow?

thanks!

Re: Best FBX to Ogre solution?

Posted: Mon Nov 26, 2012 8:51 am
by Transporter
COLLADA and FBX are made by Autodesk. You can try OgreAssimp. Assimp supports FBX and collada. There is also a "new" collada plugin (http://www.ogre3d.org/forums/viewtopic.php?f=4&t=70589)

Re: Best FBX to Ogre solution?

Posted: Mon Nov 26, 2012 4:45 pm
by Herb
I've had pretty good luck using Milkshape for converting models (and making them). It has a lot of import model types (including FBX) and can export to Ogre XML (which you can then use the stock OgreXMLConverter to get your mesh and skeleton binary files). It's cheap, but the tool Transporter mentions is free (just haven't used it before).

Re: Best FBX to Ogre solution?

Posted: Mon Nov 26, 2012 8:13 pm
by devel
You can try Ultimate Unwrap3D to convert FBX to OGRE:
http://unwrap3d.com

It exports to Ogre XML too, same as Milkshape. Fully supports bones and animation.

It can also import binary Ogre files as a bonus feature.

And has support for dozen of other formats too, including Collada, DirectX, etc...

Re: Best FBX to Ogre solution?

Posted: Sun May 19, 2013 5:48 am
by neopangaia
FxOgreFBX an awesome tool to export OGRE binary .mesh and .skel files and text materials from FBX source files -https://bitbucket.org/oc3/fxogrefbx

Re: Best FBX to Ogre solution?

Posted: Fri May 15, 2015 8:59 pm
by swuth
I have UV unwrap, but cant seem to find the export to OGRE format. Is this a seperate plugin or something?