Browse Source

Merge pull request #6995 from antont/blenderexport_mac_installinfo

Fix install instructions of Blender export on Mac. fixes #6994
Mr.doob 10 years ago
parent
commit
7d1a772880
1 changed files with 2 additions and 6 deletions
  1. 2 6
      utils/exporters/blender/README.md

+ 2 - 6
utils/exporters/blender/README.md

@@ -30,13 +30,9 @@ OR (for 2.6)
 
 
 ### OSX
 ### OSX
 
 
-Depends on where blender.app is. Assuming you copied it to your Applications folder:
+In your user's library for user installed Blender addons:
 
 
-    /Applications/blender.app/Contents/Resources/2.7X/scripts/addons
-    
-OR (for 2.6)
-
-    /Applications/blender.app/Contents/MacOS/2.6X/scripts/addons
+    /Users/(myuser)/Library/Application Support/Blender/2.7X/scripts/addons
 
 
 ### Linux
 ### Linux