Curves Sculpting: New brush properties #104721
@ -28,6 +28,11 @@ Count
|
|||||||
Interpolate Length
|
Interpolate Length
|
||||||
Use the average length of the curves in close proximity.
|
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:
|
.. _bpy.types.BrushCurvesSculptSettings.interpolate_shape:
|
||||||
|
|
||||||
Interpolate Shape
|
Interpolate Shape
|
||||||
@ -43,6 +48,11 @@ Interpolate Point Count
|
|||||||
Curve Length
|
Curve Length
|
||||||
Length of newly added curves when not interpolated.
|
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:
|
.. _bpy.types.BrushCurvesSculptSettings.points_per_curve:
|
||||||
|
|
||||||
Points per Curve
|
Points per Curve
|
||||||
|
Loading…
Reference in New Issue
Block a user