Skip to content

Commit 46363e2

Browse files
authored
Update zzstrokebevelimage.c
1 parent 9a85bd8 commit 46363e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

compile_zzstrokebevelimage_here/zzstrokebevelimage.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ static void attach (GeglOperation *operation)
220220
NULL);
221221

222222
bevel = gegl_node_new_child (gegl,
223-
"operation", "gegl:bevelbump",
223+
"operation", "gegl:bevel",
224224
NULL);
225225

226226
huelight = gegl_node_new_child (gegl,
@@ -277,13 +277,13 @@ hardlightge = gegl_node_new_child (gegl,
277277

278278
gegl_operation_meta_redirect (operation, "color", color, "value");
279279

280-
gegl_operation_meta_redirect (operation, "radius1", bevel, "radius");
280+
gegl_operation_meta_redirect (operation, "radius1", bevel, "radius1");
281281

282282
gegl_operation_meta_redirect (operation, "th", bevel, "th");
283283

284-
gegl_operation_meta_redirect (operation, "bevel1", bevel, "elevation");
284+
gegl_operation_meta_redirect (operation, "bevel1", bevel, "bevel1");
285285

286-
gegl_operation_meta_redirect (operation, "bevel2", bevel, "depth");
286+
gegl_operation_meta_redirect (operation, "bevel2", bevel, "bevel2");
287287

288288
gegl_operation_meta_redirect (operation, "azimuth", bevel, "azimuth");
289289

0 commit comments

Comments
 (0)