ooops, I accidently committed a broken file again. Found by Nick Lamb.

Tue Nov  3 04:39:40 EST 1998  Adrian Likins <adrian@gimp.org>

        * 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
This commit is contained in:
EST 1998 Adrian Likins 1998-11-03 19:56:18 +00:00 committed by Adrian Likins
parent 6df979eb26
commit b41811e6b2
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Tue Nov 3 04:39:40 EST 1998 Adrian Likins <adrian@gimp.org>
* 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 <austin@greenend.org.uk>
* libgimp/gimpfeatures.h.in: new feature: GIMP_HAVE_RESOLUTION_INFO

View File

@ -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)