It is currently Fri Apr 26, 2024 3:55 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 17 posts ] 
Author Message
 Post subject: Setting up your addonCollection Manager Tutorial
PostPosted: Sun Nov 08, 2015 10:48 am  (#1) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Setting up your addoncollection manager is quite simple now since the original Python plug-in has been modified
I will start with the brush manager for this tutorial.

You will need the plug-in that is foundHERE

If you are using Linux, make sure you check execute in the permissions allowing executing file as a program.

original doc. http://gimp-tools.sourceforge.net/managementtools.shtml

Place this addonCollectionManager-3.0.py into your user Plug-ins folder.

Open your .gimp-2.8 folder, right click inside the folder and click Create folder and name it brushes_storage.

Image


What you need to do now is make several folders inside this storage folder. Here is an example of some of mine. Remember to capitalize the folders.

Image


You can make as many folders as you like and add them later if needed.
Now that this folder ready, go to your brushes folder, cut and paste all your brushes into these folders. This is what takes the time trying to sort them out into the proper folders.

Make sure all the brushes are gone out of your brush folder and into your brushes_storage. When you open your gimp, only the brushes you have selected will show in your brushes. You will be able to tick beside all the brushes you want to open.

When this is done, open your gimp and right click on your brushes and you should see brush sets.

Image


Click the brush sets and another window will open and all your brushes will be in view that you put in the alternate folder, Click beside the brushes you want to open and brush manager will open those and click ok

Image


All your Gimp default brushes will be in with your brushes so you don't have to load them because they will already be there,


TIP... The reason you will be emptying your brushs folder is so that just the brushes you have selected will go there. If you untick those brushes in your brush manager, they will go back to your brush manager and that brush folder will be empty again. So, the only brushes you will see in your brushes folder are the ones you have selected and the default brushes


Please, any questions, post here or pm me.

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Sun Nov 08, 2015 7:06 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Mar 16, 2015
Posts: 613
Location: On Earth,specifically Queensland,Australia
Great tut, Molly. I actually renamed the Original folders and made new Default folders. I saved time not having to copy/paste. The internal folders were a nightmare but I have got some good ideas from looking at yours.

_________________
Image


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Sun Nov 08, 2015 7:54 pm  (#3) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Thank you kimba, I also used it for my fonts, but there is just too many of them to sort and name.

_________________
Image


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Mon Nov 09, 2015 2:58 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12658
Location: Spain, Aragón
Thank you Molly for your tutorial. I'm sure your useful tut will help many members here. :tyspin :)

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Mon Nov 09, 2015 6:47 am  (#5) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
you are welcome issabella

_________________
Image


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Fri Sep 16, 2016 9:20 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2016
Posts: 580
Location: Sheffield UK
Thankyou Molly, that's the clearest explanation I've found so far. One thing I'm unsure about, you posted - "TIP... The reason you will be emptying your brushs folder is so that just the brushes you have selected will go there. If you untick those brushes in your brush manager, they will go back to your brush manager and that brush folder will be empty again. So, the only brushes you will see in your brushes folder are the ones you have selected and the default brushes"
Question; As I'm emptying my C/User/Me/GIMP2.8 brushes folder completely, does the AddOnManager somehow automatically detect the GIMP default brushes after I've put my made brushes folders in AOM, or do I have to make a folder for them as well?

_________________
Image


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Fri Sep 16, 2016 9:23 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
default brushes are in Program Files/....., not in User folder, and it's Gimp which detects them not the AddonCollectionManager

_________________
"Where am I ?"


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Fri Sep 16, 2016 11:03 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2016
Posts: 580
Location: Sheffield UK
Please be patient - one (hopefully) last question. Where, exactly, am i creating the storage folder within my GIMP directory?

_________________
Image


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Fri Sep 16, 2016 11:27 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
if you do not need to use those folders for more than one user, place them under:
C:\Users\yourname\.gimp-2.8

_________________
"Where am I ?"


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Fri Sep 16, 2016 11:34 am  (#10) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
RJKD wrote:
Please be patient - one (hopefully) last question. Where, exactly, am i creating the storage folder within my GIMP directory?
brushes_storage goes in [USER]/.gimp-2.8/
In the example below I have 'Wilber-obc.gbr' selected in the addon manager.
~/.gimp-2.8/
├── brushes
│   └── Wilber-obc -> /home/odinx/.gimp-2.8/brushes_storage/Wilber-obc
├── brushes_storage
│   └── Wilber-obc
│       ├── Wilber-obc.gbr     

Using Linux paths.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Fri Sep 16, 2016 11:56 am  (#11) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2424
Just to add to Odinbc,

The folder structure is

Attachment:
collectionmanager.jpg
collectionmanager.jpg [ 29.87 KiB | Viewed 6420 times ]


Just make sure the brushes/fonts/scripts/patterns....in each something_storage
are in sub-folders or zipped.
edit: Still not so clear. You can of course have more than one sub-folder or zip file or combination of each

_________________
Image


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Fri Sep 16, 2016 1:41 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2016
Posts: 580
Location: Sheffield UK
I've learned so much from installing AOCManager, I now have a basic grasp of filing (used to baffle me) and I'm obsessed with inventory. A huge thank you to all who have guided me through this. :yes

_________________
Image


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Sun Dec 22, 2019 10:34 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
I have the addonCollection Manager but which folder do I go to for the brushes? It is both folders? I'm on Windows 10 64 bit.


Attachments:
brushesfolder2.png
brushesfolder2.png [ 141.42 KiB | Viewed 5547 times ]
brushesfolder1.png
brushesfolder1.png [ 138.99 KiB | Viewed 5547 times ]
Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Mon Dec 23, 2019 12:04 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Program Files/GIMP 2/share/... folders should be reserved to Gimp itself.
The user deals with User/... folders.
Having addonsCollectionManager the user adds new folders under .../brushes_storage, then manages her/his collection using aCM to "activate" (or "deactivate") them, which means aCM will copy (remove) into (from) ...brushes.

_________________
"Where am I ?"


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Mon Dec 23, 2019 12:28 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
dinasset wrote:
Program Files/GIMP 2/share/... folders should be reserved to Gimp itself.
The user deals with User/... folders.
Having addonsCollectionManager the user adds new folders under .../brushes_storage, then manages her/his collection using aCM to "activate" (or "deactivate") them, which means aCM will copy (remove) into (from) ...brushes.


Oh, okay. The reason I asked is because sometimes the User folder doesn't read the brushes and the share folder does.. that's where I have folders of brushes.


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Mon Dec 23, 2019 9:03 pm  (#16) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
All your 3rd party brushes, gradients plugins, scripts, etc... should go in your users GIMP 2.10 folder. Looking at the image you provided, you should move your addons to the User folder. Don't mess around with the Program folder "GIMP 2" and don't add anything there. This is how you User GIMP 2.10 should look:

When you create the folder for the addOnCollectionManager plugin, you folders should look like this . You Have to create an individual "_storage" folder for this items:
1. brush_storage,
2. dynamics_storage,
3. fonts_storage,
4. gradients_storage,
5. patterns_storage
6. scripts_storage.

Image


Then create sub-folder and re-name them according to the set of the items. For this purpose I chose the brushes_storage.

Image

Start GIMP and right click inside the dialog your going to use. For this purpose I selected "brushes sets". Right click on the brushes dialog and the "addOnCollectinManager" will pop up. Check on any brushes sets to add, or unchecked to remove.

Image

The only addon that is not on the dialog is the scripts. You have to go to, "Help" and select "scripts sets". That is all.

Image

_________________
https://www.deviantart.com/pocholo17
Image


Top
 Post subject: Re: Setting up your addonCollection Manager Tutorial
PostPosted: Mon Dec 23, 2019 11:15 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
I found an easier way to add brushes to the storage folder.. it works for any folder really. I suggest brushes you collect, go into folders, then copy those folders and then paste them into the _storage folders.


Top
Post new topic Reply to topic  [ 17 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Addon Manager not working

14

No new posts Resource Manager advice

6

No new posts Attachment(s) How to Create New Dynamic Setting and edit

2

No new posts default setting for compressed saving xcf

0

No new posts IN SEARCH OF TUTORIAL

2



* Login  



Powered by phpBB3 © phpBB Group