mirror of https://github.com/GNOME/gimp.git
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:
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>
|
||||
|
||||
* plug-ins/script-fu/scripts/glossy.scm: applied patch from
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue