actually use the "Default Bumpmap Settings" parameter. Problem spotted by

2008-02-19  Sven Neumann  <sven@gimp.org>

	* 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
This commit is contained in:
Sven Neumann 2008-02-19 12:53:58 +00:00 committed by Sven Neumann
parent 74240ebcbd
commit b2f0d445c5
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-02-19 Sven Neumann <sven@gimp.org>
* 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 <sven@gimp.org>
* plug-ins/script-fu/scripts/glossy.scm: applied patch from

View File

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