gimp r24921 - in trunk: . plug-ins/script-fu/scripts
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24921 - in trunk: . plug-ins/script-fu/scripts
- Date: Tue, 19 Feb 2008 12:53:58 +0000 (GMT)
Author: neo
Date: Tue Feb 19 12:53:58 2008
New Revision: 24921
URL: http://svn.gnome.org/viewvc/gimp?rev=24921&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/plug-ins/script-fu/scripts/glossy.scm
Modified: trunk/plug-ins/script-fu/scripts/glossy.scm
==============================================================================
--- trunk/plug-ins/script-fu/scripts/glossy.scm (original)
+++ trunk/plug-ins/script-fu/scripts/glossy.scm Tue Feb 19 12:53:58 2008
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]