Caz wrote:
This is one of the managers from my GURM file. I know it's for Linux but I did notice that in Rod's file the userPath is before the gimpPath, not sure if this would affect how Gimp reads it and maybe stop it from working. Also I had to make a new folder called 'extra' in my Gimp user profile, and inside of that I had to create a new folder with a name for the individual gradients, brushes etc.
[Gradient Manager]
useManager = yes
gimpPath = /home/caz/.gimp-2.8/gradients
userPath = /home/caz/.gimp-2.8/extra/gradients
extensions = .ggr,.svg,
installedOptions =
Yes mine is the old, old version of GURM.
Seems to me that if you can add a folder there than you should also be able to just edit the userPath entirely.ie...
C:\GIMP\Brushes\sub-folders here
C:\GIMP\Gradients\sub-folders here
C:\GIMP\Patterns\sub-folders here
I believe the gurm.py file reads the variables (gimpPath and userPath).
It then exports the information inside those variables ie...the directories you place there.
So anything in there is the PATH it uses to find the resources.
I could be wrong.