yardex / blender-webgl-exporter

Automatically exported from code.google.com/p/blender-webgl-exporter
0 stars 0 forks source link

fails to load script in blender 2.5 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Script needs work to work with future blender versions.

  File "/home/eyecreate/.blender/scripts/io/WebGLExport.py", line 71
    print len(mesh.faces)
            ^
SyntaxError: invalid syntax

Original issue reported on code.google.com by eyecre...@gmail.com on 13 May 2010 at 10:52

GoogleCodeExporter commented 9 years ago
Interesting, is Blender 2.5 using Python 3, then?

Original comment by giles.th...@gmail.com on 14 May 2010 at 3:13

GoogleCodeExporter commented 9 years ago
There's a new Data API that might be causing the issue - afraid it's not 
something I
know about so can't be more helpful than providing this link:
http://www.blender.org/development/release-logs/blender-250/data-access/

This project is already great, having this work in Blender 2.5 would be awesome!

Original comment by imprint...@gmail.com on 18 May 2010 at 3:00

GoogleCodeExporter commented 9 years ago
please, this is a very important to fix it, thanks!

Original comment by lkrocek on 26 Jul 2010 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by ippeldv@gmail.com on 18 Apr 2011 at 7:52

GoogleCodeExporter commented 9 years ago
Hi, i've just updated the exporter with a VERY preliminary version for 2.5 
support... currently it only works with the JSON exporter (the one i use) but 
changes should be straightforward.

Original comment by johnvill...@gmail.com on 25 Apr 2011 at 7:57