Hi,
I’m working on a 3D application made with Flash. I tried with collada export (1.4.1) but there are still some faces issue with the model.
Then, I’ve found the script written by Dennis Ipel to export Blender objects to ActionScript 3.0 objects. Unfortunately, I have always the same python error in the console:
File “/Volumes/oui/Applications/3D/Blender/scripts/AS3Export/AS3Export.py”, line 423, in draw
logoImage = Image.Load(Get(’scriptsdir’)+sys.sep+’AS3Export’+sys.sep+’AS3Export.png’)
IOError: couldn’t load image
Apparently, it’s caused by the logo of the script (AS3Export.png). I moved to different places, inside the script directory, inside the AS3Export, with or without the python file, but the error remains.
Thanks for your help.
Mac OS X 10.5.8, Blender 2.49a, Python 2.5.1