source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/utils/exporters/blender/README.md@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 1.1 KB
Line 
1# Three.js Blender Import/Export
2
3Imports and exports Three.js' ASCII JSON format.
4
5## Installation
6
7Copy 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).
8
9Once that is done, you need to activate the plugin. Open Blender preferences, look for
10Addons, search for `three`, enable the checkbox next to the `Import-Export: three.js format` entry.
11
12Goto Usage.
13
14### Windows
15
16Should look like this:
17
18 C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\2.6X\scripts\addons
19
20### OSX
21
22Depends on where blender.app is. Assuming you copied it to your Applications folder:
23
24 /Applications/Blender/blender.app/Contents/MacOS/2.6X/scripts/addons
25
26### Linux
27
28By default, this should look like:
29
30 /home/USERNAME/.config/blender/2.6X/scripts/addons
31
32For Ubuntu users who installed Blender 2.6.8 via apt-get, this is the location:
33
34 /usr/lib/blender/scripts/addons
35
36
37## Usage
38
39Activate the Import-Export addon under "User Preferences" > "Addons" and then use the regular Import and Export menu within Blender, select `Three.js (js)`.
Note: See TracBrowser for help on using the repository browser.