RSS/Atom feed Twitter
Site is read-only, email is disabled

Script Fu error

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Script Fu error D.Jones (aka) Capnhud 15 Oct 18:24
  Script Fu error Andreas Waechter 15 Oct 22:55
   Script Fu error D.Jones (aka) Capnhud 16 Oct 00:40
D.Jones (aka) Capnhud
2008-10-15 18:24:18 UTC (over 16 years ago)

Script Fu error

This scrip used to work in gimp 2.4.7 but when I try to execute this script 2.6.1 I recieve this message but I am not sure what to change in order to make it work again:

Error while executing script-fu-quick-sketch2: Error: eval: unbound variable: script-fu-quick-sketch2

; The GIMP -- an image manipulation program ; Copyright (C) 1995 Spencer Kimball and Peter Mattis ;
; Quick sketch script for GIMP 2.4
; Copyright (C) 2007 Harry Phillips ;
; Author statement:
;
; Quick sketch turns a photo into what looks like a artists sketch ;
; ------------------------------------------------------------------

Andreas Waechter
2008-10-15 22:55:57 UTC (over 16 years ago)

Script Fu error

D.Jones (aka) Capnhud wrote:
> Error while executing script-fu-quick-sketch2: > Error: eval: unbound variable: script-fu-quick-sketch2

here is a 2 at the end

> (define (script-fu-quick-sketch theImage

here is NO 2 at the end

> (script-fu-register "script-fu-quick-sketch2"

here is a 2 at the end

Andreas

D.Jones (aka) Capnhud
2008-10-16 00:40:26 UTC (over 16 years ago)

Script Fu error

Thanks that did the trick.

--- On Wed, 10/15/08, Andreas Waechter wrote:

From: Andreas Waechter
Subject: Re: [Gimp-user] Script Fu error To: capnhud@yahoo.com
Cc: "Gimp Group"
Date: Wednesday, October 15, 2008, 3:55 PM D.Jones (aka) Capnhud wrote:
> Error while executing script-fu-quick-sketch2: > Error: eval: unbound variable:
script-fu-quick-sketch2

here is a 2 at the end

> (define (script-fu-quick-sketch theImage

here is NO 2 at the end

> (script-fu-register "script-fu-quick-sketch2"

here is a 2 at the end

Andreas