[gimp/gimp-2-10] Issue #2339 - Error while executing script-fu-ripply-anim



commit 15767a8896363a892015069b395d6baaf9c4b9ca
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.
    
    (cherry picked from commit 5e6e979a00f19d0a99d6fb686ac24d4d0a817c73)

 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]