Searching the web provided me with no direct reference to the .js script, but I have seen other references to this error message, and most of them seem to refer to a compatibility issue (which suggests it might be relevant that the plugin came in a folder named 2.65, while I am running v 2.69), though as I know nothing about Python I have no clue if this is a possibility. For that reason, I’m throwing the question out to the floor.
I have no idea what I did to eliminate this error, but it’s gone, replaced by a new one. Tweaking the export and import settings have no apparent effect.
Traceback (most recent call last):
File “C:\Users\Robert\AppData\Roaming\Blender Foundation\Blender\2.69\scripts\addons\io_mesh_threejs_init_.py”, line 147, in execute
return io_mesh_threejs.import_threejs.load(self, context, **self.properties)
File “C:\Users\Robert\AppData\Roaming\Blender Foundation\Blender\2.69\scripts\addons\io_mesh_threejs\import_threejs.py”, line 594, in load
vertices = splitArray(data[“vertices”], 3)
KeyError: ‘vertices’