Synthesizer Plugins - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Synthesizer Plugins (/Thread-Synthesizer-Plugins) |
Synthesizer Plugins - Trappies - 04-09-2020 When using Heal-selection this popup appears. I did install synthesiser tools.[attachment=4194] RE: Synthesizer Plugins - Ofnuts - 04-09-2020 The resynthiser plugin is a pair of python scripts that both call a binary plugin. From your message the binary plugin (resynthesizer, maybe resynthesizer.app on OSX) is not known to Gimp; either you didn't put it in the plugins directory, or it is not marked as executable. RE: Synthesizer Plugins - rich2005 - 04-09-2020 To add to Ofnuts comments. Where did you get the resynthesizer plugin? It has been known that the source code is downloaded instead of the compiled plugins. As a minimum resynthesizer / resynthesizer_gui / plugin-heal-selection.py are needed in the Gimp plug-ins folder and are marked as executable. You have plugin-heal-selection.py working so you must be most of the way there. [attachment=4195] This is an old OSX / Gimp 2.10 in a VirtualBox so no guarantee that what works here works with your installation. However I got the files from https://github.com/aferrero2707/gimp-plugins-collection/releases/tag/continuous where there are a few pre-compiled Gimp plug-ins. [attachment=4196] |