[gimp] Fix #6839 by deleting call to gimp-context-set-transform-recursion



commit dd828f94cc1e9e1fce5475f02dc9fdb5333f6331
Author: lloyd konneker <konnekerl gmail com>
Date:   Sat May 8 09:05:34 2021 -0400

    Fix #6839 by deleting call to gimp-context-set-transform-recursion

 plug-ins/script-fu/scripts/perspective-shadow.scm | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/plug-ins/script-fu/scripts/perspective-shadow.scm 
b/plug-ins/script-fu/scripts/perspective-shadow.scm
index 804df3f6a4..3f5412dfaa 100644
--- a/plug-ins/script-fu/scripts/perspective-shadow.scm
+++ b/plug-ins/script-fu/scripts/perspective-shadow.scm
@@ -151,7 +151,6 @@
 
       (gimp-context-set-transform-direction TRANSFORM-FORWARD)
       (gimp-context-set-interpolation interpolation)
-      (gimp-context-set-transform-recursion 3)
       (gimp-context-set-transform-resize TRANSFORM-RESIZE-ADJUST)
 
       (gimp-item-transform-perspective shadow-layer


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]