Where were you trying to install them?
My scripts are installed in: (blender folder)> .blender> scripts.
Quote:
Installation
copy the .py files to your Blender scripts directory as listed below.
Linux: ~/.blender/scripts
Mac: /Applications/blender/blender.app/Contents/MacOS/.blender/scripts/
Windows XP: c:\Program Files\Blender Foundation\Blender\.blender\scripts
Windows Vista: C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\.blender\scripts
|
-
Blender Python Scripts for Second Life Primitives
Edit: Also!
Quote:
If you can't find your scripts directory, then create a new text in Blender and paste the following code into it:
import Blender
print Blender.Get('scriptsdir')
If you press alt-p ( File - Run Python Script ) then the correct directory to install the scripts will be printed on the console.
|