gimp r24920 - in branches/gimp-2-4: . plug-ins/script-fu/scripts
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24920 - in branches/gimp-2-4: . plug-ins/script-fu/scripts
- Date: Tue, 19 Feb 2008 12:46:58 +0000 (GMT)
Author: neo
Date: Tue Feb 19 12:46:58 2008
New Revision: 24920
URL: http://svn.gnome.org/viewvc/gimp?rev=24920&view=rev
Log:
2008-02-19 Sven Neumann <sven gimp org>
Merged from trunk:
* plug-ins/script-fu/scripts/glossy.scm: applied patch from
Ulf-D. Ehlert that fixes a bug in the Glossy script when used with
a pattern instead of a gradient blend (bug #517285).
Modified:
branches/gimp-2-4/ChangeLog
branches/gimp-2-4/plug-ins/script-fu/scripts/glossy.scm
Modified: branches/gimp-2-4/plug-ins/script-fu/scripts/glossy.scm
==============================================================================
--- branches/gimp-2-4/plug-ins/script-fu/scripts/glossy.scm (original)
+++ branches/gimp-2-4/plug-ins/script-fu/scripts/glossy.scm Tue Feb 19 12:46:58 2008
@@ -74,7 +74,6 @@
(gimp-context-set-pattern pattern-text)
(gimp-edit-bucket-fill logo-layer
PATTERN-BUCKET-FILL NORMAL-MODE 100 0 FALSE 0 0)
- (gimp-context-set-pattern old-patterns)
)
)
@@ -106,7 +105,6 @@
(gimp-edit-bucket-fill grow-me
PATTERN-BUCKET-FILL NORMAL-MODE 100
0 FALSE 0 0)
- (gimp-context-set-pattern old-patterns)
)
)
@@ -134,7 +132,6 @@
(gimp-context-set-pattern pattern-overlay)
(gimp-edit-bucket-fill grow-me PATTERN-BUCKET-FILL
OVERLAY-MODE 100 0 FALSE 0 0)
- (gimp-context-set-pattern old-patterns)
(gimp-selection-none img)
)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]