Blender and Irrlicht file types

Started by
4 comments, last by SW INC 18 years, 8 months ago
Out of all the file types that Blender can export and Irrlicht can import, which keeps the most data? Blender can't export it's models to .3ds or .md2 (without losing data). I would like to use one of those two, but I can't find a converter or an exporter. [Edited by - Scavenger23 on August 17, 2005 2:24:15 PM]
----------------------------Project Legend
Advertisement
I'm sure there's python scripts for blender that export to MD2 so go grab one of those, if it doesn't work how you'd like it to, modify it. If you can't find any just write one yourself, it's pretty simple.
Yea, I found one, but it doesn't export all of the data. Plus, I don't know Python.
----------------------------Project Legend
Python's pretty simple and you won't need to know much to make or modify an exporter so just go read the intro python docs and modify the exporter so it works how you want.
Ok, I'll try that. One thing though, how do I view the structure of the data in a .3ds, or better yet, a document on the stucture setup?
----------------------------Project Legend
in the irrlicht sdk there is a folder called exporters and Blender.x inside of that
grab the file DirectXExporterMod.py
( and read the readme )

put DirectXExporterMod.py into the folder scripts in your blender folder
remove any other script that has driecrx in the name and move them( or zip them, this avoids some confusion)

and just export the script from blender into x format

from what i have read the x format works just as well as the 3ds

This topic is closed to new replies.

Advertisement