[gimp] Issue #2339 - Error while executing script-fu-ripply-anim
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Issue #2339 - Error while executing script-fu-ripply-anim
- Date: Tue, 9 Oct 2018 23:31:49 +0000 (UTC)
commit 5e6e979a00f19d0a99d6fb686ac24d4d0a817c73
Author: Ell <ell_se yahoo com>
Date: Tue Oct 9 19:29:35 2018 -0400
Issue #2339 - Error while executing script-fu-ripply-anim
In ripply-anim.scm, correct the edge-type argument passed to
plug-in-displace.
plug-ins/script-fu/scripts/ripply-anim.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/script-fu/scripts/ripply-anim.scm b/plug-ins/script-fu/scripts/ripply-anim.scm
index 3a01fa7dd2..25a2462870 100644
--- a/plug-ins/script-fu/scripts/ripply-anim.scm
+++ b/plug-ins/script-fu/scripts/ripply-anim.scm
@@ -50,7 +50,7 @@
" (replace)"))
(plug-in-displace RUN-NONINTERACTIVE work-image frame-layer
displacement displacement
- TRUE TRUE map-layer map-layer edge-type)
+ TRUE TRUE map-layer map-layer (+ edge-type 1))
(gimp-item-set-visible frame-layer TRUE))
(gimp-drawable-offset map-layer
TRUE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]