Unable to get GIMP to recognize plug-ins - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: Unable to get GIMP to recognize plug-ins (/Thread-Unable-to-get-GIMP-to-recognize-plug-ins) |
Unable to get GIMP to recognize plug-ins - PurpleArachnid - 11-10-2018 i'm running gimp 2.10.6 on windows 10. I'm new to the whole concept plug-ins but am trying to use the python plug-in for the "heal selection" tool. I have followed the instructions, and videos on how to install everything, but am still not getting GIMP to find the files. This is the error message i'm getting: Traceback (most recent call last): File "C:\Program Files\GIMP 2\32\lib\gimp\2.0\python/gimpfu.py", line 740, in response dialog.res = run_script(params) File "C:\Program Files\GIMP 2\32\lib\gimp\2.0\python/gimpfu.py", line 361, in run_script return apply(function, params) File "C:\Users\Chris\AppData\Roaming\GIMP\2.10\plug-ins\plugin-heal-selection.py", line 148, in heal_selection pdb.plug_in_resynthesizer(timg, tdrawable, 0,0, useBorder, work_drawable.ID, -1, -1, 0.0, 0.117, 16, 500) error: procedure not found Any ideas of what i'm doing wrong? or suggestions on how to fix this? thanks everyone! RE: Unable to get GIMP to recognize plug-ins - david - 11-10-2018 Have you installed the resynthesizer plug-in? Heal selection works by calling resynthesizer, as does Heal transparency. david. RE: Unable to get GIMP to recognize plug-ins - rich2005 - 11-10-2018 I put a couple of screenshots up in the post just below this (at the time of writing) that might help. https://www.gimp-forum.net/Thread-Resynthesizer?pid=11371#pid11371 Not sure how you are running heal transparency but always run scripts/plugins from the Gimp menu structure. RE: Unable to get GIMP to recognize plug-ins - PurpleArachnid - 11-12-2018 thank you so much rich2005! i got it to work! |