diff --git a/ChangeLog b/ChangeLog index a11248dca2..f8f444d835 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-19 Sven Neumann + + * plug-ins/script-fu/scripts/glossy.scm: actually use the "Default + Bumpmap Settings" parameter. Problem spotted by Ulf-D. Ehlert. + 2008-02-19 Sven Neumann * plug-ins/script-fu/scripts/glossy.scm: applied patch from diff --git a/plug-ins/script-fu/scripts/glossy.scm b/plug-ins/script-fu/scripts/glossy.scm index 506fe0f87b..b887739dbe 100644 --- a/plug-ins/script-fu/scripts/glossy.scm +++ b/plug-ins/script-fu/scripts/glossy.scm @@ -122,7 +122,10 @@ (gimp-selection-none img) - (plug-in-bump-map RUN-NONINTERACTIVE img grow-me logo-layer + (plug-in-bump-map (if (= noninteractive TRUE) + RUN-NONINTERACTIVE + RUN-INTERACTIVE) + img grow-me logo-layer 110.0 45.0 3 0 0 0 0 TRUE FALSE 0) (gimp-layer-set-mode logo-layer SCREEN-MODE)