Jump to content

MDB to FBX, FBX to MDB converter


FreshLook

Recommended Posts

Progress report:

 

When converting a MDB to FBX, the tool also converts the skeleton used by the MDB to the same FBX. Here an example: I convert P_HHM_CL_Body01.MDB to FBX and then I import the FBX into blender:

 

http://i.imgur.com/JH1gbHX.png

 

I still need to link the skin with the skeleton.

 

If you want to know what I have implemented so far look at here: https://github.com/Arbos/nwn2mdk/issues/1 . I could make an alpha release if someone wants to try it.

Link to comment
Share on other sites

  • Replies 353
  • Created
  • Last Reply

Top Posters In This Topic

As I wrote previously: brilliant!

So, you can now import a gr2 skel, and mdb model, any gr2 animation, make any changes you want to the model or the animation, and export the new gr2 animation and mdb, right?

Link to comment
Share on other sites

As I wrote previously: brilliant!

So, you can now import a gr2 skel, and mdb model, any gr2 animation, make any changes you want to the model or the animation, and export the new gr2 animation and mdb, right?

Thank you very much.

 

The final tool can now import as you say. About the exporting, I have experimental code that I did when I was investigating the GR2 format. Soon I will be working in adding exporting to the final tool and then it will be complete.

Edited by FreshLook
Link to comment
Share on other sites

This is pretty awesome. I have Maya and would like to test this out when it's available. To be able to stream line the work it takes to bring animations and models into NWN2 can surely inspire me to do more for the NWN2 community when it comes to models and animation.

Link to comment
Share on other sites

I have started to develop the conversion from FBX to MDB. I have almost completed the conversion of RIGD, COL2 and COL3 packets. Here an example:

  1. I have converted PLC_MC_BARREL01.MDB to FBX (using mdb2fbx)
  2. I have imported the FBX into Blender (you could use 3ds Max, Maya, ...)
  3. I have modified the model in Blender
  4. I have exported the modified model to FBX (using Blender exporter)
  5. I have converted the new FBX to PLC_MC_BARREL01.MDB (using fbx2mdb - this is the new thing)

First image is the original PLC_MC_BARREL01.MDB and second image is the modified one:

 

http://i.imgur.com/pPSWEuL.png

http://i.imgur.com/5VrdnBx.png

Edited by FreshLook
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...