Blender exporter

I downloaded the 32 bit one and that one exports OK, still can not get the 64 bit one to run, will use 32 bit for now.
 
Hi whitepass,

what exactly is the problem?

- is it possible to start the script?
- is there an XML-file after you try to export your work?
- is there an error message in the Blender console window?

Best regards,
uschi
 
I get a python error and in the Blender console window I get:

ImportError: No module named struct

This is only in the 64 bit Blender witch is not done yet.
 
Could you please check which exporter version you use? You find the version number within the script around line 13. If you don't find a __version__ = "069" you should update the exporter.
 
total noob question, unpacking the exporter and the readmer says to copy the exporter into the scripts folder, as it is a clean blender install there does not appear to be one, do I just create it and place the exporter in it?

cheers
pete

never mind, figured it out:-)
 
Last edited:
Did it again stop because an unknown module struct? One of the differences between 0.67 and 0.69 is the drop of the import statements for the not longer needed modules struct and random.
 
Back
Top