Community Forum

Blender 2.63 export not working

Forum Overview >> Blender Exporter

CategoryBlender Exporter
Created31.08.2012 00:32


Farmer Luke (Unknown) 31.08.2012 00:34
Hi everybody,

in Blender 2.6.3 i am getting "Mesh has no attribute faces" error. I think the export needs to be adapted!
Any ideas?

Kind regards,
FramerLuke

Atom Production (Unknown) 01.09.2012 06:54


read:
http://gdn.giants-software.com/thread.php?categoryId=8&threadId=1153

regards
atom

Bruno Bieri (Unknown) 19.10.2012 08:32
Hi Luke

There is a problem in the exporter because Blender 2.6.2 has changed the python API.

To fix that problem follow these steps:
*******************************
1. Go to the addon folder of Blender and open the ide exporter (usually this folder): C:\Program Files\Blender Foundation\Blender\2.64\scripts\addons\io_scene_i3d
2. Open the file "export_i3d.py" with a texteditor like Notepad++.
3. Go to line 212. It should say: "faces = me.faces[:]" (thats the line the error occurs)
4. Change this line to "faces = me.tessfaces[:]" and save the file.
5. Reopen or Open Blender and the export should work again.

Please give me feedback if it works for you. I tested it with Blender 2.64a and I3D Exporter (v5.0.1).
If you are interested here is the link how describe what has changed in the python API:
http://lists.blender.org/pipermail/bf-python/2012-March/005837.html

Kind regards
Bruno Bieri

Deschamps Joris (Unknown) 16.12.2012 18:43
Hi bruno,
I have test this solution and now the i3d export works perfectly ! i use blender 2.65 ( the actual version ) , big thanks to you

Jason Jacobes (Unknown) 10.02.2013 02:34
Hi I did what you said to do and edited it with notepad ++ but now I got the masssage:

File"C:\Program Files\Blender Foundation\blender\2.65\scripts\addon\io_scene_i3d\_init_.py".line 50. in execute
from . import export_i3d
File "C:\Program Files\Blender Foundation\blender\2.65\scripts\addon\io_scene_i3d\_init_.py".line212
faces = me.tessfaces[]


SyntaxError: invalid syntax
location:<unknown location>:-1
Any clue What I should do next????? Thanks Jason

Jason Jacobes (Unknown) 10.02.2013 03:11
Hi I did what you said to do and edited it with notepad ++ but now I got the masssage:

File"C:\Program Files\Blender Foundation\blender\2.65\scripts\addon\io_scene_i3d\_init_.py".line 50. in execute
from . import export_i3d
File "C:\Program Files\Blender Foundation\blender\2.65\scripts\addon\io_scene_i3d\_init_.py".line212
faces = me.tessfaces[]


SyntaxError: invalid syntax
location:<unknown location>:-1
Any clue What I should do next????? Thanks Jason

Jason Jacobes (Unknown) 10.02.2013 03:15
Hi I did what you said to do and edited it with notepad ++ but now I got the masssage:

File"C:\Program Files\Blender Foundation\blender\2.65\scripts\addon\io_scene_i3d\_init_.py".line 50. in execute
from . import export_i3d
File "C:\Program Files\Blender Foundation\blender\2.65\scripts\addon\io_scene_i3d\_init_.py".line212
faces = me.tessfaces[]


SyntaxError: invalid syntax
location:<unknown location>:-1
Any clue What I should do next????? Thanks Jason

Michael Hellmuth (Unknown) 08.07.2013 15:19
Hi Bruno,

i use the Blender 2.67, latest version, and your fix is working veeery fine :)
but there is the problem about the UV, which could not be fixed easyly

Thanks and BR

Michael

Fabiano Gonzaga (Unknown) 31.08.2013 20:45
Hi Bruno
I use version 2.68, did what described above but did not work, can someone help?


Note: Log in to post. Create a new account here.