It is currently Thu Jul 04, 2024 10:00 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: [SOLVED] Ofnuts addon collection manager
PostPosted: Sat Jan 23, 2016 11:50 pm  (#1) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4514
Location: Sydney Australia
GIMP Version: 2.8.14
Operating System: Windows
OS Version: Windows 10
GIMP Experience: Basic Level

List any relevant plug-ins or scripts:
Ofnuts addon collection manager



I am trying to better organise my files in GIMP by installing the Ofnuts addon collection manager.

I have a 'tutorial' by Molly and believe I have completed all the necessary steps, such as putting all my own added brushes/fonts/gradients/patterns into their own folder_storage locations.

I have installed the supplied PY file and INI file in plugins. I restart GIMP and check all the tools - as expected none of my own added tools are there.

According to the tutorial, I should now be able to 'right click' say on brushes to invoke the 'addon manager'. So I do, but nothing happens at all ... I have right clicked in a hundred different places but nothing happens. There are no error messages.

I am somewhat confused right now as I expected it to go OK :oops:

... a senior's moment or a brain snap or whatever ... any ideas please, for example is there something in 'preferences' I should have modified?

_________________
Image

Respect should be offered freely but hard earned


Last edited by oldmangrumpy on Sun Jan 24, 2016 1:27 am, edited 2 times in total.

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: Ofnuts addon collection manager
PostPosted: Sun Jan 24, 2016 12:03 am  (#2) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4694
OMG: Are you using Windows? If so, open Gimp, go to Help, LEFT click on patterns sets from the drop down menu. You should get another drop down menu with all your pattern folders. Left Click on the ones you want loaded. I did not change the path to the folders for any of them as that would have already been done and would not change. You should check to make sure nothing there changed.


Top
 Post subject: Re: Ofnuts addon collection manager
PostPosted: Sun Jan 24, 2016 12:19 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
what Pat says is correct, provided you have followed the procedure which suggests to indicate (in the .ini file) that you want to use Gimp Help folder, which is the best choice IMO
edit: to indicate where you want to access the managers is in the code line:
menu_location:<Image>/Help
in the .ini file

_________________
"Where am I ?"


Top
 Post subject: Re: Ofnuts addon collection manager
PostPosted: Sun Jan 24, 2016 12:57 am  (#4) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4514
Location: Sydney Australia
Pat625 & Dinasset - thank you for that; via Help I can get 3 out of the 4 folders I have changed, but fonts shows nothing. At least I have something to work on now and have also realised that Molly uses Linux!!

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: Ofnuts addon collection manager
PostPosted: Sun Jan 24, 2016 1:01 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
there maybe one of these different reasons:
- you didn't "clean" the std gimp fonts folder
- you didn't group your fonts (the manager does not handle single files, but folders)
- you didn't say in the .ini you want to have also the fonts managed

_________________
"Where am I ?"


Top
 Post subject: Re: Ofnuts addon collection manager
PostPosted: Sun Jan 24, 2016 1:25 am  (#6) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4514
Location: Sydney Australia
Dinasset - I have located the problem and yes it was your #2 suggestion - I have put the fonts into folders and now everything appears OK.

Now I just need to to use it effectively ... but that is only one of two PCs done so far!

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 3:37 pm  (#7) 
Offline
GimpChat Member

Joined: Apr 03, 2016
Posts: 8
GIMP Version: 2.8.14
Operating System: Macbook Air
OS Version: El Capitan 10.11.4
GIMP Experience: Basic Level

List any relevant plug-ins or scripts:
Ofnuts addon collection manager

Trying to figure out this plug in for Gimp. Hope someone can get me over the final hurdle. I have .py and .ini files in plugins folder and have restart GIMP but nothing is happening.

Plugins folder contains: (does filenames matter if they are both the same name...ie ofn-addonCollectionManager.ini)
addonCollectionManager.ini
addonCollectionManager.py

ini file contents:
[all]
enable:brushes dynamics fonts gradients palettes patterns scripts
addons_active:{GimpUser}/{type}
addons_stored:{GimpUser}/{type}_storage
menu_location:{<Type>}
menu_entry:{Type} sets...
menu_description:Manage {type} sets...
dialog_title:{Type} sets manager
use_subdirectory:yes
use_link: {depends on OS capablities: yes for Unixish ones, no for Windows}

[brushes]
extensions:.gbr .vbr .gih .abr .GBR .VBR .GIH
[dynamics]
extensions:.gdyn .GDYN
[fonts]
extensions:.ttf .otf .TTF .OTF
[gradients]
extensions:.ggr .GGR
[palettes]
extensions:.pal .PAL
[patterns]
extensions:.png .pat .PNG .PAT
[scripts]
menu_location:<Image>/Help
extensions:.scm .SCM
use_subdirectory:no

Do I need to "edit" the .ini file to have my GIMP profile information and location of the brushes folder etc etc? Do I need to make the brushes_storage, font_storage, etc Folders myself?

If someone could help me out I would greatly appreciate it. Thanks in advance
GoBucks32


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 4:26 pm  (#8) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13068
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
GoBucks32 wrote:
GIMP Version: 2.8.14
Operating System: Macbook Air
OS Version: El Capitan 10.11.4
GIMP Experience: Basic Level

List any relevant plug-ins or scripts:
Ofnuts addon collection manager

Trying to figure out this plug in for Gimp. Hope someone can get me over the final hurdle. I have .py and .ini files in plugins folder and have restart GIMP but nothing is happening.

Plugins folder contains: (does filenames matter if they are both the same name...ie ofn-addonCollectionManager.ini)
addonCollectionManager.ini
addonCollectionManager.py

ini file contents:
[all]
enable:brushes dynamics fonts gradients palettes patterns scripts
addons_active:{GimpUser}/{type}
addons_stored:{GimpUser}/{type}_storage
menu_location:{<Type>}
menu_entry:{Type} sets...
menu_description:Manage {type} sets...
dialog_title:{Type} sets manager
use_subdirectory:yes
use_link: {depends on OS capablities: yes for Unixish ones, no for Windows}

[brushes]
extensions:.gbr .vbr .gih .abr .GBR .VBR .GIH
[dynamics]
extensions:.gdyn .GDYN
[fonts]
extensions:.ttf .otf .TTF .OTF
[gradients]
extensions:.ggr .GGR
[palettes]
extensions:.pal .PAL
[patterns]
extensions:.png .pat .PNG .PAT
[scripts]
menu_location:<Image>/Help
extensions:.scm .SCM
use_subdirectory:no

Do I need to "edit" the .ini file to have my GIMP profile information and location of the brushes folder etc etc? Do I need to make the brushes_storage, font_storage, etc Folders myself?

If someone could help me out I would greatly appreciate it. Thanks in advance
GoBucks32

You do not need to edit the .ini file and yes, you do need to create the storage folder(s), for whatever you would like to have managed.
You also need to move whatever files you want managed, into the new storage folder(s).

Maybe Ofnuts will chime in on this thread and correct me, if I'm doing it wrong.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 5:34 pm  (#9) 
Offline
GimpChat Member

Joined: Apr 03, 2016
Posts: 8
Quote:
You do not need to edit the .ini file and yes, you do need to create the storage folder(s), for whatever you would like to have managed.
You also need to move whatever files you want managed, into the new storage folder(s).

Maybe Ofnuts will chime in on this thread and correct me, if I'm doing it wrong.



Wallace, Thanks so much for your help. I created the storage folders and moved the files into the respective folders, but still nothing seems to be happening in my GIMP. Do I need to do anything else to "activate" the plug-in? I think I have followed all the instructions.

Also I been looking at the pluginrc file and it is only finding and referencing plug-ins in /Applications/Gimp.app/Contents/Resources/lib/gimp/2.0/plug-in and ignoring /Users/ronwaller/Library/Application Support/GIMP/2.8/plug-ins. Both of these locations are listed in Preferences / Folders / plugins. Hope someone can assist me with this issue. Seems I am close to getting this setup.


Last edited by GoBucks32 on Sun Apr 03, 2016 6:53 pm, edited 1 time in total.

Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 6:50 pm  (#10) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13068
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
GoBucks32 wrote:
Wallace, Thanks so much for your help. I created the storage folders and moved the files into the respective folders, but still nothing seems to be happening in my GIMP. Do I need to do anything else to "activate" the plug-in? I think I have followed all the instructions.

You need to create sub-folders within the main folder,
which will contain your sets.
So if you create a Brushes_Storage folder.
Inside this folder should be the sub-folders for all your brush sets,
such as:
Stars,
Default brushes,
Clouds,
Rocks and so on.
Then you need to use the Brushs Menu to open your Brush sets and select the brushes you want to use.
Image

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 7:09 pm  (#11) 
Offline
GimpChat Member

Joined: Apr 03, 2016
Posts: 8
Wallace thanks for that input. Unfortunately I am not seeing the "Brushes Sets" option in my Brushes menu. Still not sure what I am doing wrong here.


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 7:28 pm  (#12) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13068
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
GoBucks32 wrote:
Wallace thanks for that input. Unfortunately I am not seeing the "Brushes Sets" option in my Brushes menu. Still not sure what I am doing wrong here.

Once you install the .py file into your plugins folder.
You need to create a storage folder for the things you wish to store.
A storage folder for brushes would be named,
brushes_storage.
A gradients storage folder,
should be named,
gradients_storage and so on.

The image below shows the sub-folders for my brush sets, within the brushes_storage folder.
Once you've created the sub-folder for your sets.
The addon creates an .active file for all the sub-sets of brushes within the storage folder.

Image

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 7:39 pm  (#13) 
Offline
GimpChat Member

Joined: Apr 03, 2016
Posts: 8
I don't think the plug-in is getting installed. I don't have any .active files, but is that for Windows or for Mac?


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 7:45 pm  (#14) 
Offline
GimpChat Member

Joined: Apr 03, 2016
Posts: 8
Should GIMP have any reference to 2.0 version or should I do a complete wipe and install of 2.8.14?


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 7:48 pm  (#15) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13068
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
GoBucks32 wrote:
Should GIMP have any reference to 2.0 version or should I do a complete wipe and install of 2.8.14?

The most recent stable version of Gimp is 2.8.16.
It's up to you if you want to install it or not.


GoBucks32 wrote:
I don't think the plug-in is getting installed. I don't have any .active files,
but is that for Windows or for Mac?

If you're on a Mac, that could be the issue.
I'm using Windows and I don't know how Python Plugin files for Gimp are suppose to work on a Mac.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 7:59 pm  (#16) 
Offline
GimpChat Member

Joined: Apr 03, 2016
Posts: 8
Thanks Wallace, I have seen Mac referenced and know it supposedly works. Just thought someone here might know. Really do appreciate your help.


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 8:05 pm  (#17) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13068
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
GoBucks32 wrote:
Thanks Wallace, I have seen Mac referenced and know it supposedly works. Just thought someone here might know. Really do appreciate your help.

I'm sorry, but I know nothing about how to set it up for Mac.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 9:40 pm  (#18) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
GoBucks32 wrote:
I don't think the plug-in is getting installed. I don't have any .active files, but is that for Windows or for Mac?

Did you give access permissions to, addonCollectionManager-3.0.py

My brushes folder example

odinx@odinx:~/.gimp-2.8/
├── brushes
│   └── (initially empty)
├── brushes_storage
│   ├── BB-Basic
│   │   ├── ACross3.gbr
│   ├── BB-Texture
│   │   ├── Brush 0983.gbr
│ ├── (when in use) .active
├── plug-ins
│   ├── addonCollectionManager-3.0.py <-- (needs permissions)

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


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 9:48 pm  (#19) 
Offline
GimpChat Member

Joined: Apr 03, 2016
Posts: 8
Do you mean set the permissions on the addonCollectionManager-3.0.py file? Only thing I did was make sure it had execute permission on the file. If not what do you mean by "access permissions"?

I was able to get it to work by putting the .py and .ini file into the /Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins location.


Top
 Post subject: Re: [SOLVED] Ofnuts addon collection manager
PostPosted: Sun Apr 03, 2016 9:51 pm  (#20) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
GoBucks32 wrote:
Do you mean set the permissions on the addonCollectionManager-3.0.py file? Only thing I did was make sure it had execute permission on the file. If not what do you mean by "access permissions"?

I was able to get it to work by putting the .py and .ini file into the /Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins location.
Execute permission is the same.

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


Top
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


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

14

No new posts Nik Collection

4

No new posts Resource Manager advice

6

No new posts Attachment(s) Niks collection

6

No new posts Attachment(s) Outline Layer Contents by Ofnuts

2



* Login  



Powered by phpBB3 © phpBB Group