You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GEGL Effects July 22 2023 Release. Bevel got an update that gives it a new sharp bevel mode that is also in GEGL Effects.
Also, like many other filters GEGL Effects got a update to show up in Gimp 2.99/3's main menu via "gimp:menu-path", and gimp:menu-label. This will only be applied in 2.99/3 and not Gimp 2.10. 2.10 users will have the sharp bevel of course but not the filter appearing in the menu.
description (_("This switch exist for GEGL Effects testing. You won't find it in stand alone bevel. Or even in current *June 7th 2023 GEGL Effects.'"))
description (_("Make a sharper bevel bump map using Box Blur - this is not the same as --sharp bevel mode--. Box Blur 0 is the default setting which disables this effect by default. Both normal bevel and sharp bevel sliders can be used together to hybridiz the bevel. "))
53
70
value_range (0, 10.0)
54
71
ui_range (0, 9.0)
55
72
ui_gamma (1.5)
73
+
ui_meta ("visible", "!type {sharpbevel}" )
74
+
56
75
57
76
58
-
property_double (bevel1, _("Depth Angle"), 90.0)
77
+
property_double (bevel1, _("Depth Angle"), 45.0)
59
78
description (_("Elevation angle (degrees)"))
60
79
value_range (0, 180)
61
80
ui_meta ("unit", "degree")
62
81
82
+
63
83
property_int (bevel2, _("Depth"), 40)
64
-
description (_("Filter width"))
84
+
description (_("Emboss depth -Brings out depth and detail of the bevel"))
description (_("This slider allows GEGL bevel to works on black Bevels; but the user must still manually select blend modes like Grain Merge and Hardlight that are known to work with very dark Bevels. This also allows bevel to be applied on image file overlays without conforming to an image's details."))
description (_("Distance Map has three settings that alter the structure of the sharp bevel. Chebyshev is the default; due to it being the best. But try the other two. "))
"description", _("You are expected to use GEGL or Gimp blend modes with this plugin. Works best with blend modes multiplyand grain merge. Emboss mode requires non-GEGL Gimp blend modes"
322
+
"description", _("User is expected to use blending options with this plugin. Works best with blend modes multiply, hardlight and grain merge with varying opacities. Emboss mode requires non-GEGL Gimp layer blend modes."
description (_("Change between normal bevel and a sharp bevel style. Sharp bevel style has no radius so that slider will do nothing when sharp bevel is enabled. Black Bevel when used with sharp bevel will work on some blend modes (notably screen) but in a different way, where even its most miniscule value will enable the black bevel effect. The reason for this is because sharp bevels code is different from normal bevel. "))
490
+
ui_meta ("visible", "guichange {innerglowbevel}")
491
+
492
+
enum_start (gegl_blend_mode_typebeavbeveleffects)
493
+
enum_value (GEGL_BEVEL_NORMAL, "normalbevel",
494
+
N_("NormalBevel"))
495
+
enum_value (GEGL_BEVEL_SHARP, "sharpbevel",
496
+
N_("SharpBevel"))
497
+
enum_end (GeglBlendModeTypebeavbeveleffects)
498
+
499
+
500
+
501
+
484
502
property_enum (blendmodebevel2, _("Select blend or Enable/Disable Bevel"),
gegl effects use to use the default drop shadow until Beaver realized that the only way to give GEGL Effects styles seen in Adobe's layer effects was to abandon gegl:dropshadow and
gegl effects use to use the default drop shadow until Beaver realized that the only way to give GEGL Effects styles seen in Adobe's layer effects was to abandon gegl:dropshadow and
gegl effects use to use the default drop shadow until Beaver realized that the only way to give GEGL Effects styles seen in Adobe's layer effects was to abandon gegl:dropshadow and
0 commit comments