alteredq b9c9eb0933 Fixed texture coordinates export in Blender 2.63 exporter. 13 years ago
..
2.62 07b1c44667 Added Blender 2.63 Exporter. 13 years ago
2.63 b9c9eb0933 Fixed texture coordinates export in Blender 2.63 exporter. 13 years ago
README.md 0edd251425 Added note about install location for Linux, as well as noted that the scripts/addons folder should be created if it doesn't exist. 13 years ago

README.md

Three.js Blender Import/Export

Imports and exports Three.js' ASCII JSON format.

Assumes Blender version 2.60.

Installation

Copy the io_mesh_threejs folder to the scripts/addons folder. If it doesn't exist, create it. The full path is OS-dependent (see below).

Once that is done, you need to activate the plugin. Open Blender preferences, look for Addons, search for three, enable the checkbox next to the Import-Export: three.js format entry.

Goto Usage.

Windows

Should look like this:

C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\2.60\scripts\addons

OSX

Depends on where blender.app is. Assuming you copied it to your Applications folder:

/Applications/Blender/blender.app/Contents/MacOS/2.60/scripts/addons

Linux

By default, this should look like:

/home/USERNAME/.blender/2.60/scripts/addons

Usage

Use the regular Import and Export menu within Blender, select Three.js (js).