Wings3D Import Export for Blender

Blender 2.32 now reads and writes *.wings files. (Blender is currently the only other application that writes directly to the wings format.)

See my post in the Python section or download the scripts from my web site (in the INFO section).

awesome!

Yay! Thanks!

b01c

Sorry if I overlooked a workaround, but every time I try to import .wings files I get an error:

Traceback (most recent call last):
File “<string>”, line 286, in fs_callback
File “<string>”, line 267, in read
File “<string>”, line 108, in read_faces
struct.error: unpack str size does not match format

I used the .py that was delivered in Blender 2.34 for Windows (XP)

I tryed commenting out the lines with the status bar, but it didn’t work out.

/edit: the .wings has only 1 mesh.

I haven’t been using Blender or a PC for a few months and I don’t really know what to do about the ‘struct.error’ – it’s probably something simple, though. I last tested with Blender 2.3.2 and python 2.3.3 and all worked fine. Sorry, but for now, I can’t be of more help.

Thank you very much for the reply.

Another matter is that I read the code, and I couldn’t find anything about “UV” in the script. Are UVMaps not supported?