From b2f0d445c58735a2b82ab7b4732db28e787c7008 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 19 Feb 2008 12:53:58 +0000 Subject: [PATCH] actually use the "Default Bumpmap Settings" parameter. Problem spotted by 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. svn path=/trunk/; revision=24921 --- ChangeLog | 5 +++++ plug-ins/script-fu/scripts/glossy.scm | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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)