I am trying to export from Blender into Three.js using the JSON route (for animations)
Three.js version r71
Blender version 2.74
The current Blender exporter successfully exports a .json file NOT a .js file.
All examples within the r71 folders import .js files only.
Does anyone have any working examples on how to import a .json file that has been exported from Blender 2.7x?
If not, I'll have to go back to Blender 2.69 and use the commonly documented .js import.