Browse Source

Merge pull request #11321 from marclave/marc/documentation/blender_278_addons_dir

Reference 2.7x addons path in docs
Mr.doob 8 years ago
parent
commit
a9d48b5089
1 changed files with 5 additions and 1 deletions
  1. 5 1
      utils/exporters/blender/README.md

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

@@ -43,7 +43,11 @@ By default, this should look like:
 For Ubuntu users who installed Blender 2.68 via apt-get, this is the location:
 
     /usr/lib/blender/scripts/addons
-    
+
+For Ubuntu users who installed Blender 2.7x via apt-get, this is the location:
+
+    /usr/share/blender/scripts/addons
+
 
 ## Usage