GIMP Brush Manager
Download:
Requirements:
Installation:
- Download brushManager.py and place it in your gimp plug-ins directory.
- Create two new directories, one to hold your all brush sets, and one to hold the active sets.
- Open brushManager.py and set ACTIVE_DIR, and INSTALL_DIR:
- ACTIVE_DIR = <directory to hold active brush sets> (must be writable)
- INSTALL_DIR = <directory where you will place brush sets>
- Linux: chmod +x brushManager.py
- Add ACTIVE_DIR under your gimp brushes path (File->Preferences->Folders->Brushes)
- Place your brush sets in INSTALL_DIR each set in its own folder. The folder name will be the name that shows up in Brush Manager.
- Note: As of version 2.01 brush sets can now be compressed into .zip archives. When doing so, brush files must be placed in the top-level of the zip archive (no sub-directories).
Usage:
- Open Brush Manager (Xtns->Python-Fu->Brush Manager)
- Check/Uncheck desired brush sets, and click ok.
Tip: (allow control of default brushes)
- Note: You use this tip at your own risk. I am not responsible for any damage it may or may not cause. That said, I've had no problems with it.
- Create a new folder in your INSTALL_DIR and name it Default.
- Copy the brushes from your default brush directory to this new directory.
- Remove the default directory from your brush paths.