I everybody
I've got a tone of diferent brushes set who hare
1 slowing the Gimp start process
2 A mess in my brush dialog
The problem, in gimp, to add brushes set , you need to copy them in the brushes directory ( ant it's difficult to clean up the unwanted one's or go in preference > folder >brush adding a new brush folder path and restarting gimp

So, I've wrote a python script to load additional brushes without restarting
the "test.py" work great ( dont search for perfect syntax an style..my skill in python is lower than basic)
This script look at some directory filled with brushes named "Brushes-*" in the /home/user/.gimp-2.6/ (you need at list 1 "Brushes-Whatever" folder with brushes in it there to test it)
it link those folders interactively to "/home/user/.gimp-2.6/Segondary_Brushes"
If you add this directory link is in the gimp preferences >> folder >> brush, you can fired up the test.py chose a folder in the list and then refresh the fonts to use alternative sets on the fly
My problem is that I'm really inalphabet with pygtk integration in plug in

I've tried to make a plugin out of my working stand alone script without success

it's look that the main() is making problem...) it's a mess, I 've tryed to use the native Gimp widget, but I 'did not find a way to insert dynamically the generated folder list

If somebody have the necessary skill to help, it will be greatly appreciated
In a second step it can be good to change the linux os specifics commands I ave used to pure python windows and osX compatible equivalent .....
And also use the "gimp-brushes-refresh" python call from python-fu to refresh the list automatically (I 've tested it from the console, it work)
Have fun Hahaha
