From 366ba98efe15a4d75a36b5e1f0bb64638ee58949 Mon Sep 17 00:00:00 2001 From: Cheesequake Date: Mon, 28 Oct 2024 22:40:51 +0000 Subject: [PATCH] Issue #11675: Fade x Jitter dynamics now sync correctly at every step --- app/paint/gimpbrushcore.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/paint/gimpbrushcore.c b/app/paint/gimpbrushcore.c index 7f2b001ae7..c0baf62d44 100644 --- a/app/paint/gimpbrushcore.c +++ b/app/paint/gimpbrushcore.c @@ -740,6 +740,9 @@ gimp_brush_core_interpolate (GimpPaintCore *paint_core, current_coords.angle = last_coords.angle; current_coords.reflect = last_coords.reflect; + fade_point = gimp_paint_options_get_fade (paint_options, image, + paint_core->pixel_dist); + if (core->jitter > 0.0) { GimpVector2 x_axis;