浏览代码

Merge remote-tracking branch 'beatgammit/patch-1' into dev

Mr.doob 13 年之前
父节点
当前提交
2e8f7e8e0b
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      utils/exporters/blender/README.md

+ 7 - 1
utils/exporters/blender/README.md

@@ -6,7 +6,7 @@ Assumes Blender version 2.60.
 
 
 ## Installation
 ## Installation
 
 
-Copy the io_mesh_threejs folder to the scripts/addons folder. The full path is OS-dependent (see below).
+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
 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.
@@ -25,6 +25,12 @@ Depends on where blender.app is. Assuming you copied it to your Applications fol
 
 
     /Applications/Blender/blender.app/Contents/MacOS/2.60/scripts/addons
     /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
 ## Usage
 
 
 Use the regular Import and Export menu within Blender, select `Three.js (js)`.
 Use the regular Import and Export menu within Blender, select `Three.js (js)`.