arifken / MD2Export

File translator for Autodesk Maya that exports Quake MD2 files
http://www.andyrifken.com/projects/5fb026e7-b779-4402-8edf-b3603fdb36e5
13 stars 3 forks source link

"frameListPath" error. #2

Open niranjan055 opened 11 years ago

niranjan055 commented 11 years ago

Hi Arifken,

From the source u have provided, I created MD2 Exporter for Maya 2013 x64. The exporter loads and opens fine, but in its dialog box it asks for Frame List Path (.txt) and texture list path.

I don't know exactly what to mention there as the animation is present inside Maya. If I try to export without mentioning any parameter, the exporter throws an error saying: /My Documents/maya/2013-x64/scripts/MD2ExportOptionsScript.mel line 40: Object 'frameListPath' not found.

Please help as soon as possible :)

Thanks, Niranjan

niranjan055 commented 11 years ago

Hi,

I was able to export the model but the UV mapping of the texture doesn't seem to be proper.

Also I was able to export the model without frameListPath.

Thanks for this source :)

arifken commented 11 years ago

Hi niranjan055,

It's been a while since I've looked at this but I believe the framelist file is just so that you can reference different animation sequences by name in code when loading the MD2 file. It should work without it (as you did). I have to upgrade my version of Maya and then I can help take a look at the UV mapping issue. In the meantime, if you figure out what it is send me a patch and I'll merge it in :)