Gimp-Forum.net
Arrow Script - 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: Arrow Script (/Thread-Arrow-Script)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: Arrow Script - GimpUser2504 - 04-22-2025

(04-21-2025, 01:10 PM)GimpUser2504 Wrote: Gimp 3.0
I have the error while running this script:
 GIMP Error
Execution error for 'Draw Arrow':
Error: eval: unbound variable: gimp-image-get-active-vectors

It was my fault - there was another script in the scripts folder and it conflicts with the current one.


RE: Arrow Script - Chris Thompson - 05-07-2025

Hello

Will arrow script work with GIMP PORTABLE 2.10?
I'm not getting the "Arrow" option in my tool list.

Thanks

Chris


RE: Arrow Script - rich2005 - 05-08-2025

(05-07-2025, 09:56 PM)Chris Thompson Wrote: Hello

Will arrow script work with GIMP PORTABLE 2.10?
I'm not getting the "Arrow" option in my tool list.

Checklist   Wink

The download zip archive contains two script-fu files arrow.scm for Gimp 2.10 and Arrow_V3.scm for Gimp 3.0 Obviously you use the arrow.scm version.

Which GimpPortable have you installed ? There is one from portableapps.com also one from samj or is it something else.

Assuming the portableapps.com version.  It is partially broken. When you first run it it makes the user profile GIMPPortable\Data\.gimp which should contain all the required folders - but it doesn't 

Where did you put the .scm file ?  Make a scripts folder in GIMPPortable\Data\.gimp as:

[attachment=13469]

Put the arrow.scm in that folder and (re)start Gimp 2.10  Arrow shows in the Tools menu.
That works here.   If you have a different setup give details.
....or it might be a Windows11 thing.


RE: Arrow Script - Chris Thompson - 05-08-2025

(05-08-2025, 08:01 AM)rich2005 Wrote:
(05-07-2025, 09:56 PM)Chris Thompson Wrote: Hello

Will arrow script work with GIMP PORTABLE 2.10?
I'm not getting the "Arrow" option in my tool list.

Checklist   Wink

The download zip archive contains two script-fu files arrow.scm for Gimp 2.10 and Arrow_V3.scm for Gimp 3.0 Obviously you use the arrow.scm version.

Which GimpPortable have you installed ? There is one from portableapps.com also one from samj or is it something else.

(snip)

Thank you for the excellent instructions. It did the trick.

All best,

Chris