yardex / blender-webgl-exporter

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

can't install .js exporter under blender 2.6, can't export .json scene #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Creating a scene under blender 2.6, with an animation (a train crashing on a 
spring)
2. Install the .js exporter (failed)
3. Intall the .json exporter and try to export your scene

What is the expected output? What do you see instead?

I'd like to be able to export my scene into a .js file or at least into a .json 
file

What version of the product are you using? On what operating system?

I'm using the last release of everything (blender and blender-webgl-exporter) 
on windows 7 32-bits

Please provide any additional information below.

Very good job despite the fact that it won't work for me :)

Original issue reported on code.google.com by alexis.v...@gmail.com on 13 Jan 2012 at 1:12

GoogleCodeExporter commented 9 years ago
I have a new error now, here's a screenshot, it'll be easier !

Original comment by alexis.v...@gmail.com on 13 Jan 2012 at 1:16

Attachments:

GoogleCodeExporter commented 9 years ago
Regarding the error in the screenshot, a workaround/fix is to change the line 
in the export script that says 

return "FINISHED"

to

return { "FINISHED" }

In the copy that I have (r27) this is line 387 of io_export_webgl.py.  

Not sure if this is something that cropped up from a new version of Blender, 
but I got the idea from here:

https://code.google.com/p/blender-alternativa3d/issues/detail?id=2

Original comment by chrischa...@gmail.com on 1 Apr 2012 at 5:51

GoogleCodeExporter commented 9 years ago
I'll give it a try and let you know, thank you :-)

Original comment by alexis.v...@gmail.com on 2 Apr 2012 at 9:29