dropped the "Alpha to Logo" part of the "Starscape logo script. It had a

2008-08-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/starscape-logo.scm: dropped the
	"Alpha to Logo" part of the "Starscape logo script. It had a
	similar problem as the Starburst script (see bug #486779).


svn path=/trunk/; revision=26622
This commit is contained in:
Sven Neumann 2008-08-17 14:54:53 +00:00 committed by Sven Neumann
parent 97f281a9c3
commit b801bc39ad
2 changed files with 6 additions and 26 deletions

View File

@ -1,3 +1,9 @@
2008-08-17 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/starscape-logo.scm: dropped the
"Alpha to Logo" part of the "Starscape logo script. It had a
similar problem as the Starburst script (see bug #486779).
2008-08-17 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/Makefile.am

View File

@ -120,32 +120,6 @@
)
)
(define (script-fu-starscape-logo-alpha img logo-layer size glow-color)
(begin
(gimp-image-undo-group-start img)
(apply-starscape-logo-effect img logo-layer size glow-color)
(gimp-image-undo-group-end img)
(gimp-displays-flush)
)
)
(script-fu-register "script-fu-starscape-logo-alpha"
_"Sta_rscape..."
_"Fill the selected region (or alpha) with a rock-like texture, a nova glow, and shadow"
"Spencer Kimball"
"Spencer Kimball"
"1997"
"RGBA"
SF-IMAGE "Image" 0
SF-DRAWABLE "Drawable" 0
SF-ADJUSTMENT _"Effect size (pixels * 4)" '(150 1 1000 1 10 0 1)
SF-COLOR _"Glow color" '(28 65 188)
)
(script-fu-menu-register "script-fu-starscape-logo-alpha"
"<Image>/Filters/Alpha to Logo")
(define (script-fu-starscape-logo text size fontname glow-color)
(let* (
(img (car (gimp-image-new 256 256 RGB)))