Hey, I know this seems pretty dang amateur to you, but I'm not sure if I'm placing the file correctly. I'm not sure what file to put it in, and nor how to open it once it's within the GIMP program. I just updated and I'm getting all the brushes and script-fu, and that's where I placed this file, since it's a .scm file.
Could you please clear a few thing up for me?
Appreciate it!
-LF
In Windows
Plug-ins (.exe, .py)
N.B.: Make sure the exe files are not installers. They must be the plug-ins them self's.
%programfiles%\GIMP 2\lib\gimp\2.0\plug-ins (Global installation)
%userprofile%\.gimp-2.x\plug-ins (Current user)
Scripts (scm)
%programfiles%\GIMP 2\share\gimp\2.0\scripts (Global installation)
%userprofile%\.gimp-2.x\scripts (Current user)
----
In Linux
Plug-ins
/usr/lib/gimp/2.0/plug-ins (Global installation) May not be true to all distros
/home/*user*/.gimp-2.x/plug-ins (Current user)
Scripts
/usr/share/gimp/2.0/scripts (Global installation) May not be true to all distros
/home/*user*/.gimp-2.x/scripts (Current user)
Recent comments