I have some python import and export functions in a "py" file. I can not find nor figure out how to use them to import/export the respective formats. One is an MD3 importer and the other is a DTS exporter for Quake and Torque respectively.
Can someone please tell me the magic sequence to use these?
I have gotten up to speed on an animation sequence but I cannot figure out how to load a stupid file using an importer!
Thanks,
Demolishun
Hi,
I'd suggest you ask questions on how to use Blender at
http://www.elysiun.com. That's the largest Blender community site and you're likely to get much more helpful responses there. This forum at blender.org is meant for Blender development discussions.
To get you started, a quick guide is to open up a text window (as mentioned
here), use the popup menu and choose OPEN NEW to open the python script in the window, and press ALT-P to execute the script.