[gimp/warp-wip-rebased: 4/56] gimpwarptool: use gegl:map-relative instead of map-absolute



commit ecca556133a25f80daf550e6bc275534ad5be616
Author: Michael Muré <batolettre gmail com>
Date:   Wed May 25 21:40:01 2011 +0200

    gimpwarptool: use gegl:map-relative instead of map-absolute

 app/tools/gimpwarptool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpwarptool.c b/app/tools/gimpwarptool.c
index b9d19b6..868f114 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -422,7 +422,7 @@ gimp_warp_tool_create_render_node (GimpWarpTool *wt)
                                NULL);
 
   render = gegl_node_new_child (node,
-                                "operation", "gegl:map-absolute",
+                                "operation", "gegl:map-relative",
                                 NULL);
 
   gegl_node_connect_to (input, "output",


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