GIMP 2.10 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: GIMP 2.10 plug ins (/Thread-GIMP-2-10-plug-ins) |
GIMP 2.10 plug ins - chillymom - 08-02-2020 I downloaded GIMP 2.10 today. I have added the plug-ins and exe files to my plug in folder. I now have access to the heal selection within GIMP; I am still receiving the below error message. An error occurred running python_fu_heal_selection error: procedure not found under "More Information" Traceback (most recent call last): File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 740, in response dialog.res = run_script(params) File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 361, in run_script return apply(function, params) File "C:\Users\Brenda\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 and I also recieve the below message. Calling error for procedure 'gimp-procedural-db-proc-info': Procedure 'plug-in-resynthesizer' not found RE: GIMP 2.10 plug ins - neurolurker - 08-03-2020 Hello. If by change or design (1) your resynth files were in a separate folder and (2) that resynth folder itself was placed in your user folder, it might be helpful to check from the GIMP main window: Edit: Preferences: Folders: Plugins: ... your synthfolder ... to make sure your synthfolder is specifically listed as a plugin folder for the GIMP program to find. Navigating GIMP preference folders is similar to Windows. Under the Plug-in Folders Banner click the left-most icon, the one with the + sign, and the the folder icon at the other end of the bar. [attachment=4708] RE: GIMP 2.10 plug ins - rich2005 - 08-03-2020 The usual questions Are you using Windows XP as you have shown in your profile ? AFAIK Gimp 2.10 does not work with Win XP Is your version of Windows 32 bit or 64 bit ? Where did you get the Windows installer (gimp.org / samj / partha all have versions) ? Where did you get the resynthesizer plugin (resynthesizer.exe + resynthesizer-gui.exe) plus associated python plugins ? There is a link to the old 32 bit and 64 bit plugins here: https://www.gimp-forum.net/Thread-Resynthesizer-heal-selection-plugins-for-Windows but if you are using a 64 bit Windows there is a slightly more recent version here: https://www.gimp-forum.net/Thread-Resynthisizer-Heal-Selection-Runtime-Error?pid=12687#pid12687 For 64 bit I would advise that one. Your plugins are in the correct place. C:\Users\Brenda\AppData\Roaming\GIMP\2.10\plug-ins\ Quote: Calling error for procedure 'gimp-procedural-db-proc-info': That sometimes means using a 64 bit plugin in a 32 bit Windows. |