.ase support

I was using a .py script to export my meshes out of Blender. I need that format for UDK content.

The script I was using came from http://www.katsbits.com/tools/#ase and it worked for the most part in 2.53 but when I tried to install in in Blender 2.54 I got a fail msg at the python window that said something like:

Line 606 in the register
bpy.types.register<import_OT_ase> already registered as a subclass.

I can’t code in Python but I’d love to see Blender support io for .ase files.
Any ideas??

Thank you,
Bob

Yeah, the script doesn’t work for 2.54 because they’ve changed things around again. There’s some info on the KatsBits forums but we’re basically going to have to wait for a fix I’m afraid.