From b41811e6b24b407f938b9ca1f631bcf68a97a9f5 Mon Sep 17 00:00:00 2001 From: EST 1998 Adrian Likins Date: Tue, 3 Nov 1998 19:56:18 +0000 Subject: [PATCH] ooops, I accidently committed a broken file again. Found by Nick Lamb. Tue Nov 3 04:39:40 EST 1998 Adrian Likins * plug-ins/script-fu/scripts/swirl-tile.scm: ooops, I accidently committed a broken file again. Found by Nick Lamb. dont ya hate it when you commit broken stuff by accident? -adrian --- ChangeLog | 5 +++++ plug-ins/script-fu/scripts/swirltile.scm | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67cb5ba953..9a75809dc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 3 04:39:40 EST 1998 Adrian Likins + + * plug-ins/script-fu/scripts/swirl-tile.scm: ooops, I accidently + committed a broken file again. Found by Nick Lamb. + Sun Nov 1 21:20:04 1998 Austin Donnelly * libgimp/gimpfeatures.h.in: new feature: GIMP_HAVE_RESOLUTION_INFO diff --git a/plug-ins/script-fu/scripts/swirltile.scm b/plug-ins/script-fu/scripts/swirltile.scm index 5df26e3118..1d1cb970a6 100644 --- a/plug-ins/script-fu/scripts/swirltile.scm +++ b/plug-ins/script-fu/scripts/swirltile.scm @@ -34,8 +34,7 @@ (plug-in-bump-map 1 img layer-one layer-one azimuth elevation depth 0 0 0 0 FALSE FALSE 0) -; (gimp-display-new img) - (gimp-file-save 1 img layer-one "/home/aklikins/test.jpg" "/home/aklikins/test.jpg") + (gimp-display-new img) (gimp-image-enable-undo img))) (script-fu-register "script-fu-swirl-tile" @@ -49,7 +48,7 @@ SF-ADJUSTMENT "Azimuth" '(135 0 360 1 10 0 0) SF-ADJUSTMENT "Elevation" '(45 0 90 1 10 0 0) SF-ADJUSTMENT "Blur Radius" '(3 0 128 1 10 0 0) - SF-ADJUSTMENT "height" '(256 0 1024 1 10 0 1) + SF-ADJUSTMENT "Height" '(256 0 1024 1 10 0 1) SF-ADJUSTMENT "Width" '(256 0 1024 1 10 0 1) SF-ADJUSTMENT "Whirl Amount" '(320 0 360 1 10 0 0) SF-ADJUSTMENT "Roughness" '(.5 0 1 .1 .01 2 1)