Curves Sculpting: New brush properties #104721

Merged
Aaron Carlisle merged 1 commits from Zyq-XDz/blender-manual:main into main 2024-03-16 19:32:15 +01:00

View File

@ -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