|
@@ -1,10 +1,14 @@
|
|
-# Three.js Blender Import/Export
|
|
|
|
|
|
+# Three.js Blender Export
|
|
|
|
|
|
-Imports and exports Three.js' ASCII JSON format.
|
|
|
|
|
|
+Exports Three.js' ASCII JSON format.
|
|
|
|
+
|
|
|
|
+## IMPORTANT
|
|
|
|
+
|
|
|
|
+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).
|
|
|
|
|
|
## Installation
|
|
## 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).
|
|
|
|
|
|
+Copy the io_mesh 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
|
|
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.
|
|
Addons, search for `three`, enable the checkbox next to the `Import-Export: three.js format` entry.
|
|
@@ -40,4 +44,12 @@ For Ubuntu users who installed Blender 2.68 via apt-get, this is the location:
|
|
|
|
|
|
## Usage
|
|
## Usage
|
|
|
|
|
|
-Activate the Import-Export addon under "User Preferences" > "Addons" and then use the regular Import and Export menu within Blender, select `Three.js (js)`.
|
|
|
|
|
|
+Activate the Import-Export addon under "User Preferences" > "Addons" and then use the regular Import and Export menu within Blender, select `Three.js (json)`.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+## Enabling msgpack
|
|
|
|
+To enable msgpack compression copy the msgpack to scripts/modules.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+## Importer
|
|
|
|
+Currently there is no import functionality.
|