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:

committed by
Sven Neumann

parent
74240ebcbd
commit
b2f0d445c5
@ -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>
|
2008-02-19 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/script-fu/scripts/glossy.scm: applied patch from
|
* plug-ins/script-fu/scripts/glossy.scm: applied patch from
|
||||||
|
@ -122,7 +122,10 @@
|
|||||||
|
|
||||||
(gimp-selection-none img)
|
(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)
|
110.0 45.0 3 0 0 0 0 TRUE FALSE 0)
|
||||||
(gimp-layer-set-mode logo-layer SCREEN-MODE)
|
(gimp-layer-set-mode logo-layer SCREEN-MODE)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user