![]() |
Converting python plugin-in shellout.py from gimp 2.x to 3.x - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Gimp 2.99 & Gimp 3.0 (https://www.gimp-forum.net/Forum-Gimp-2-99-Gimp-3-0) +--- Thread: Converting python plugin-in shellout.py from gimp 2.x to 3.x (/Thread-Converting-python-plugin-in-shellout-py-from-gimp-2-x-to-3-x) |
RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - Zbyma72age - 04-07-2025 (04-03-2025, 09:46 PM)Zbyma72wiek Wrote:My statements became bland without attached illustrations, I tried to attach a pdf file but found that there is a limitation of 500kB.(04-02-2025, 10:34 PM)iiii Wrote: Cześć Zbyma72age, That is why I am attaching the link: https://zbigniew.malach.info/wp-content/uploads/2025/04/GIMP-HDR.pdf RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - iiey - 04-08-2025 (04-07-2025, 09:57 AM)denzjos Wrote:(04-07-2025, 06:19 AM)sallyanne Wrote: Still trying to get nik collection into vs 3 of gimp. Hi sallyanne, did it work out for you with the hint of denzjos. It should be correctly. NIK_BASE_PATH is supposed to point to Nik Collection/ folder not gimp3 plugin. Hi other linux users, does any one know working instruction for ubuntu-24.04+wine. I try to create an installation instruction, but many Nik Collection 1.2.11 program crash: https://github.com/iiey/nikgimp/wiki/Install#ubuntu-2404--wine RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - n3306tx - 04-20-2025 Downloaded version 3.2.0 of NikCollection.py and now it can't find path of NikCollection files. Added path ("D:\Program Files\Google\Nik Collection") to Nik_Base_Path and still receive the error. Running Windows 10 and GIMP 3.0.2. An earlier version worked fine with the same path indicated in Nik_Base_Path. Can't tell you which version it was because it's not listed in the code anywhere that I can find, but it was around March 30th when I downloaded that version (before the HDR Efex code was fixed). Anyway to get it to find the Nik Installation path again? I also tried adding the path under the WIN 32 section, but still doesn't work. Thanks. RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - n3306tx - 04-21-2025 (04-20-2025, 08:09 PM)n3306tx Wrote: Downloaded version 3.2.0 of NikCollection.py and now it can't find path of NikCollection files. Added path ("D:\Program Files\Google\Nik Collection") to Nik_Base_Path and still receive the error. Running Windows 10 and GIMP 3.0.2. UPDATE: I got the plugin to show in the menu, but now there is another problem with running the HDR Efex operation. It runs in NIK but after clicking ok, getting error message that Documents folder now can't be found. RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - iiey - 04-22-2025 (04-21-2025, 08:47 PM)n3306tx Wrote:(04-20-2025, 08:09 PM)n3306tx Wrote: Downloaded version 3.2.0 of NikCollection.py and now it can't find path of NikCollection files. Added path ("D:\Program Files\Google\Nik Collection") to Nik_Base_Path and still receive the error. Running Windows 10 and GIMP 3.0.2. Hi n3306tx, Could you share what was your problem with the NIK_BASE_PATH and how did you get it to work, so I could update troubleshooting or improve code that could help others too. This could help you solve the issue with hdr efex pro 2: https://iiey.github.io/nikgimp/#troubleshooting [attachment=13406] RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - sallyanne - 04-27-2025 I have nik collection on my computer in programs. Version 2.1.11. I downloaded your py for gimp version 3. Modified 6th April. Put it in a Nik Collection folder inside of a Google folder and placed in plugins. I do not see it in my Gimp. Now have I done it wrong? I opened the file and said to set the path to that so I assumed it had to be in the folders. I have it in my 2.10.38 and want it in my vs 3 of Gimp before I get rid of 2.10 It's in the plug-in folder in preferences as Google. No I don't have any other Google programs in gimp RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - rich2005 - 04-27-2025 (04-27-2025, 10:33 AM)sallyanne Wrote: I have nik collection on my computer in programs. Version 2.1.11. edit: I think there is a more recent version 3.2 see: https://github.com/iiey/nikgimp/blob/main/CHANGELOG.md Is the name of the folder correct. The nicplugin.py file goes in a folder nicplugin no spaces / no full stops / no....(1) In your Gimp 3 user plug-ins folder When you installed the monster did you do a default installation ? As (2) [attachment=13430] For anyone who does not know, it looks like this Win10 / Gimp 3.0.2-1 https://i.imgur.com/1Sc82nB.mp4 RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - sallyanne - 04-27-2025 I have the latest version. 3.2--1 and the nik plugin modified on the 25?....Now to make sure it is in the correct place. RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - rich2005 - 04-27-2025 No - the nikplugin.py goes in its own folder called nikplugin and that folder goes in your User plug-ins folder (which looks correct) The requirement is now for a Gimp 3.0 plugin, something.exe or something.py or even something.scm (you can now have .scm plugins ) has to go in its own folder with the plugin name minus the extension ie. something So, your plug-ins folder should only contain sub-folders as: [attachment=13432] RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - iiey - 04-27-2025 Thank rich2005 for the detailed explanation. For further users, please make sure to check out the wiki - installation & troubleshooting as written in the installation instruction, your problem may be listed there. [attachment=13433] |