From 0df2eb7e9962f7bf868a964109824a29470e8798 Mon Sep 17 00:00:00 2001 From: Sean Kim Date: Wed, 17 Jul 2024 17:11:41 -0700 Subject: [PATCH 1/2] Sculpt: Add stablize stroke section for lasso gesture tools --- .../sculpting/introduction/gesture_tools.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manual/sculpt_paint/sculpting/introduction/gesture_tools.rst b/manual/sculpt_paint/sculpting/introduction/gesture_tools.rst index cd63beaad..b4d01445e 100644 --- a/manual/sculpt_paint/sculpting/introduction/gesture_tools.rst +++ b/manual/sculpt_paint/sculpting/introduction/gesture_tools.rst @@ -40,6 +40,16 @@ Controls Move :kbd:`Spacebar` Hold to reposition the selection area. +Tool Settings +------------- +Stabilize Stroke + Helps to reduce jitter of the strokes while drawing by delaying and correcting the location of points. + + Radius + Minimum distance from the last point before the stroke continues. + Factor + A smooth factor, where higher values result in smoother strokes + but the drawing sensation feels like as if you were pulling the stroke. .. _gesture-tool-line: -- 2.30.2 From 8802970060927b6e4836f23041bebcd3aafdef5f Mon Sep 17 00:00:00 2001 From: Sean Kim Date: Wed, 17 Jul 2024 18:15:03 -0700 Subject: [PATCH 2/2] Fix wording --- manual/sculpt_paint/sculpting/introduction/gesture_tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/sculpt_paint/sculpting/introduction/gesture_tools.rst b/manual/sculpt_paint/sculpting/introduction/gesture_tools.rst index b4d01445e..fc75e3c5a 100644 --- a/manual/sculpt_paint/sculpting/introduction/gesture_tools.rst +++ b/manual/sculpt_paint/sculpting/introduction/gesture_tools.rst @@ -49,7 +49,7 @@ Stabilize Stroke Minimum distance from the last point before the stroke continues. Factor A smooth factor, where higher values result in smoother strokes - but the drawing sensation feels like as if you were pulling the stroke. + but the drawing sensation feels as if you were pulling the stroke. .. _gesture-tool-line: -- 2.30.2