Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
addonCollectionManager-3.0 on Gimp 2.10.2 (Solved)
#1
Hi everyone! I'm happy to be here and I hope I learn a few tricks from all of you.
 Version Gimp 2.10.2


Here is my question; How can I make addonCollectionManager-3.0 to work?

I been having problem with this plugin addonCollectionManager-3.0. It doesn't appear when I right click on the ; brushes, gradients, patterns dialog. With the old version of Gimp it used to work for me.


I copy and pasted some of the Python plugins from; C:\Users\Pocholo\AppData\Roaming\GIMP\.gimp-2.8\plug-ins  to the; C:\Program Files\GIMP 2.10.2\GIMP 2\lib\gimp\2.0\plug-ins and I had those plugins working so far. But for some reason the addonCollectionManager-3.0 does not work. Thanks in advance.
Reply
#2
https://www.gimp-forum.net/Thread-ofnuts...-in-2-10-2
Reply
#3
(05-26-2018, 03:19 AM)Espermaschine Wrote: https://www.gimp-forum.net/Thread-ofnuts...-in-2-10-2

Thank you Espermachine. I manage to change the code to what Kevin pointed out and I copy and pasted the plugin from: C:\Users\Pocholo\AppData\Roaming\GIMP\.gimp-2.8\plug-ins  to the; C:\Program Files\GIMP 2.10.2\GIMP 2\lib\gimp\2.0\plug-ins. So far when I right click on the brushes, Font,Gradient,Patterns dialog, I get an empty "Set Manager"pop up window.
Code:
from gimpfu import *
import pygtk,gtk,re,sys,os,glob,shutil,ConfigParser,codecs,copy,zipfile,time
pygtk.require('2.0')


Attached Files Thumbnail(s)
   
Reply
#4
I dont think the issue is resolved.
I just pointed you to the ongoing thread.
Reply
#5
welcome to the wonderful world of Windows Gimp 2.10.x
I thought my scaled down and economy jpeg screenshots were poor quality, but you beat me Wink

Do you have the required something_storage folders in C:\Users\your-name\AppData\Roaming\GIMP\2.10\

something like this: https://i.imgur.com/AoL4ghK.jpg

Then it looks like you are requiring to use brushes

Do you have in brushes_storage the brushes in a suitable format, collections in a folder, and zipped (including single .abr PS brush sets)

screenshot: https://i.imgur.com/TUpdXPR.jpg

Win10 - Gimp 2.10.2 right click in the Brushes dock should bring up a dialogue like this.

right click and dialogue: https://i.imgur.com/gTeV3wF.jpg

Ok - the brush set ( or sets, you can enable more than one) and before closing the dialogue will enable the new resource.

https://i.imgur.com/JOouMs4.jpg

All above are individual gimp .gbr brushes in a zip file.

Edit:
Looking at that Gimp screenshot again and all the old scripts and plugins - fxfoundry - diego - GAP

You did not disable your ..\.gimp-2.8 profile folder before installing Gimp 2.10.x

IMHO just asking for trouble.
How many of those old (some ancient) scripts and plugins are going to work properly.
Reply
#6
(05-26-2018, 05:48 PM)rich2005 Wrote: welcome to the wonderful world of Windows Gimp 2.10.x
I thought my scaled down and economy jpeg screenshots were poor quality, but you beat me Wink

Do you have the required something_storage folders in  C:\Users\your-name\AppData\Roaming\GIMP\2.10\

something like this: https://i.imgur.com/AoL4ghK.jpg

Then it looks like you are requiring to use brushes

Do you have in brushes_storage the brushes in a suitable format, collections  in a folder, and zipped (including single .abr PS brush sets)

screenshot: https://i.imgur.com/TUpdXPR.jpg

Win10 - Gimp 2.10.2 right click in the Brushes dock should bring up a dialogue like this.

right click and dialogue: https://i.imgur.com/gTeV3wF.jpg

Ok - the brush set ( or sets, you can enable more than one) and before closing the dialogue will enable the new resource.

https://i.imgur.com/JOouMs4.jpg

They are all individual gimp .gbr brushes in a zip file.

 Hi Rich. I have it just as you show in your images, I used it for a few year with Gimp 2.8. but with this version is not working.


Attached Files Thumbnail(s)
   
Reply
#7
I use linux, so all Windows tests are in a Windows VM of some sort.

That was a basic Windows 10, 64 bit VM but should work on a regular installation.

What Version of Windows are you using and which flavour, 32 or 64 bit? Might make a difference.
Reply
#8
I'm using windows 10 64bit

Yeayyyy... I finally have it working. I have it thank you...

Don't ask me how, but it's working now. Thank you Rich2000, Espermachine for the help.


Attached Files Thumbnail(s)
   
Reply


Forum Jump: