Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

No scrollomg interface for text logo bend path

Thu Jan 13, 2022 6:31 pm

Hello . New here . Just downloaded gimp 10.28 (I think that is the version). I have figured out how to add some plug ins and script fue. I have been placing them in the app. data > roaming>Gimp > script or plug in folders. I have downloaded the script fu scrolling interface which works for the bevel reflect logo but not for the text-logo_to_ofn_bend_path. If any one can help. I have 64 bit Gimp, 64 bit scrolling interface. Thank you

Re: No scrollomg interface for text logo bend path

Fri Jan 14, 2022 12:28 am

Hello gimpmannew.

These are two different fairy tales. :)
Bevel Reflect Logo is a scripts (scm extension) text-logo_to_ofn_bend_path is a plugin (py extension).
For Python (py) plug-ins You need (additionally) this.

Re: No scrollomg interface for text logo bend path

Fri Jan 14, 2022 3:46 am

You need a scrolling interface for ofn-bend-path (5 parameters)? You are using Gimp on an Apple watch?

Re: No scrollomg interface for text logo bend path

Fri Jan 14, 2022 6:40 am

Lots of parameters, see: https://www.gimpscripts.net/2020/09/tex ... -ver8.html

Re: No scrollomg interface for text logo bend path

Fri Jan 14, 2022 8:30 am

rich2005 wrote:Lots of parameters, see: https://www.gimpscripts.net/2020/09/tex ... -ver8.html


oh....

Re: No scrollomg interface for text logo bend path

Fri Jan 14, 2022 11:17 am

None of the links work in Gimp 10.28 . I have downloaded both links for the python scrolling interface and pasted them into the plug ins folder. I am using the latest version 8 from gimpscripts

Re: No scrollomg interface for text logo bend path

Fri Jan 14, 2022 11:46 am

...I have downloaded both links for the python scrolling interface and pasted them into the plug ins folder....


That is not the way it goes ;) Read the info bottom of the gimpscripts page
----------------------
To make a change:
- turn off Gimp;
- find the file: \ lib \ gimp \ 2.0 \ python \ gimpfu.py and archive it (useful if you want to restore the original version);
- replace this file with the downloaded one (after unpacking).
---------------------
backup the original
Copy one or the other into the correct location.

lib.jpg
lib.jpg (120.26 KiB) Viewed 982 times


The text_logo...plugin does go in your plug-ns folder, and with the two column replacement gimpfu.py looks like this

plug.jpg
plug.jpg (133.57 KiB) Viewed 982 times

Re: No scrollomg interface for text logo bend path

Sun Jan 16, 2022 12:49 pm

Working. Thank you to all who helped
Post a reply