[gimp/blend-tool-fun: 1/9] Revert "app: use the new distance-transform operation in the blend tool"



commit c100e9f7ad948f8faf522445326bbd8d0498cbd0
Author: Michael Henning <drawoc darkrefraction com>
Date:   Sun Apr 26 22:04:27 2015 -0400

    Revert "app: use the new distance-transform operation in the blend tool"
    
    While the tool should definitely use the new op, we want the code in
    gimpdrawable-blend to use the old one for compat reasons. The new op
    will be exposed via a separate pdb call in the future.
    
    This reverts commit 8af3fec6893cb7bc8c9a50426ea83a6f3aa650e6.

 app/core/gimpdrawable-blend.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpdrawable-blend.c b/app/core/gimpdrawable-blend.c
index 83736ac..198b17f 100644
--- a/app/core/gimpdrawable-blend.c
+++ b/app/core/gimpdrawable-blend.c
@@ -599,7 +599,7 @@ gradient_precalc_shapeburst (GimpImage           *image,
     }
 
   shapeburst = gegl_node_new_child (NULL,
-                                    "operation", "gegl:distance-transform",
+                                    "operation", "gimp:shapeburst",
                                     "normalize", TRUE,
                                     NULL);
 


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