OSDN Git Service

three.jsをThirdPartyに追加
[webglgame/webgl_framework.git] / webglFramework / Thirdparty / three.js-master / utils / exporters / blender / README.md
1 # Three.js Blender Export
2
3 Exports Three.js' ASCII JSON format.
4
5 ## IMPORTANT
6
7 The exporter (r69 and earlier) has been completely replaced. Please ensure you have removed the io_three_mesh addon from your Blender addons directory before installing the current addon (io_three).
8
9 ## Installation
10
11
12 Recommended Blender version **>= 2.73.0**
13
14 Copy the io_three folder to the scripts/addons folder. If it doesn't exist, create it. The full path is OS-dependent (see below).
15
16 Once that is done, you need to activate the plugin. Open Blender preferences, look for
17 Addons, search for `three`, enable the checkbox next to the `Import-Export: Three.js Format` entry.
18
19 Goto Usage.
20
21 ### Windows
22
23 Should look like this:
24
25     C:\Program Files\Blender Foundation\Blender\2.7X\scripts\addons
26     
27 OR (for 2.6)
28     
29     C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\2.6X\scripts\addons
30
31 ### OSX
32
33 In your user's library for user installed Blender addons:
34
35     /Users/(myuser)/Library/Application Support/Blender/2.7X/scripts/addons
36
37 ### Linux
38
39 By default, this should look like:
40
41     /home/USERNAME/.config/blender/2.6X/scripts/addons
42
43 For Ubuntu users who installed Blender 2.68 via apt-get, this is the location:
44
45     /usr/lib/blender/scripts/addons
46
47 For Ubuntu users who installed Blender 2.7x via apt-get, this is the location:
48
49     /usr/share/blender/scripts/addons
50
51
52 ## Usage
53
54 Activate the Import-Export addon under "User Preferences" > "Addons" and then use the regular Export menu within Blender, select `Three.js (json)`.
55
56
57 ## Enabling msgpack
58
59 To enable msgpack compression copy the msgpack to scripts/modules.
60
61
62 ## Importer
63
64 Currently there is no import functionality available.