From 8844d7c31fb8149293a4b86334cedd64a3b4d8d4 Mon Sep 17 00:00:00 2001 From: XDzZyq Date: Fri, 1 Mar 2024 13:57:20 +0800 Subject: [PATCH] Curves Sculpting: New brush properties To sync with the newly added features in #118339, two properties in **Brush Settings** is added: '''Interpolate Radius''' and '''Curve Radius''' --- .../sculpt_paint/curves_sculpting/tools/add_curves.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manual/sculpt_paint/curves_sculpting/tools/add_curves.rst b/manual/sculpt_paint/curves_sculpting/tools/add_curves.rst index eed8bae53..e1d1c5d15 100644 --- a/manual/sculpt_paint/curves_sculpting/tools/add_curves.rst +++ b/manual/sculpt_paint/curves_sculpting/tools/add_curves.rst @@ -28,6 +28,11 @@ Count Interpolate Length Use the average length of the curves in close proximity. +.. _bpy.types.BrushCurvesSculptSettings.interpolate_radius: + +Interpolate Radius + Use the average radius of the curves in close proximity. If there is no radius attribute, then the interpolation will skip. + .. _bpy.types.BrushCurvesSculptSettings.interpolate_shape: Interpolate Shape @@ -43,6 +48,11 @@ Interpolate Point Count Curve Length Length of newly added curves when not interpolated. +.. _bpy.types.BrushCurvesSculptSettings.curve_radius: + +Curve Radius + Radius of newly added curves when not interpolated. + .. _bpy.types.BrushCurvesSculptSettings.points_per_curve: Points per Curve -- 2.30.2