[gimp] app: use the new distance-transform operation in the blend tool



commit 8af3fec6893cb7bc8c9a50426ea83a6f3aa650e6
Author: Simon Budig <simon budig de>
Date:   Sun Aug 3 20:09:31 2014 +0200

    app: use the new distance-transform operation in the blend tool

 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 198b17f..83736ac 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", "gimp:shapeburst",
+                                    "operation", "gegl:distance-transform",
                                     "normalize", TRUE,
                                     NULL);
 


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