[gimp] Bug 755703 - new gaussian blur: default Abyss policy to Clamp
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 755703 - new gaussian blur: default Abyss policy to Clamp
- Date: Mon, 28 Sep 2015 15:41:28 +0000 (UTC)
commit 0bc3a82c77733388dc3cb91c6aa478a288a18efa
Author: Michael Natterer <mitch gimp org>
Date: Mon Sep 28 17:40:47 2015 +0200
Bug 755703 - new gaussian blur: default Abyss policy to Clamp
Fix operation name in last commit.
app/pdb/plug-in-compat-cmds.c | 2 +-
tools/pdbgen/pdb/plug_in_compat.pdb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/pdb/plug-in-compat-cmds.c b/app/pdb/plug-in-compat-cmds.c
index 0abaefa..a6969f2 100644
--- a/app/pdb/plug-in-compat-cmds.c
+++ b/app/pdb/plug-in-compat-cmds.c
@@ -335,7 +335,7 @@ gaussian_blur (GimpDrawable *drawable,
GeglNode *node;
node = gegl_node_new_child (NULL,
- "operation", "gegl:gaussian-blur-iir",
+ "operation", "gegl:gaussian-blur",
"std-dev-x", horizontal * 0.32,
"std-dev-y", vertical * 0.32,
"abyss-policy", 1,
diff --git a/tools/pdbgen/pdb/plug_in_compat.pdb b/tools/pdbgen/pdb/plug_in_compat.pdb
index 26b52d7..fc948df 100644
--- a/tools/pdbgen/pdb/plug_in_compat.pdb
+++ b/tools/pdbgen/pdb/plug_in_compat.pdb
@@ -4778,7 +4778,7 @@ gaussian_blur (GimpDrawable *drawable,
GeglNode *node;
node = gegl_node_new_child (NULL,
- "operation", "gegl:gaussian-blur-iir",
+ "operation", "gegl:gaussian-blur",
"std-dev-x", horizontal * 0.32,
"std-dev-y", vertical * 0.32,
"abyss-policy", 1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]