Browse Source

Updating path for 2.7 for OSX

Nick Spiel 10 years ago
parent
commit
47bf6e6567
1 changed files with 6 additions and 2 deletions
  1. 6 2
      utils/exporters/blender/README.md

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

@@ -21,7 +21,7 @@ Should look like this:
 
     C:\Program Files\Blender Foundation\Blender\2.7X\scripts\addons
     
-OR
+OR (for 2.6)
     
     C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\2.6X\scripts\addons
 
@@ -29,7 +29,11 @@ OR
 
 Depends on where blender.app is. Assuming you copied it to your Applications folder:
 
-    /Applications/Blender/blender.app/Contents/MacOS/2.6X/scripts/addons
+    /Applications/blender.app/Contents/Resources/2.7X/scripts/addons
+    
+OR (for 2.6)
+
+    /Applications/blender.app/Contents/MacOS/2.6X/scripts/addons
 
 ### Linux