set_brush_property
Adjust sculpt brush settings like size, strength, smoothing, and front-face usage in Blender to customize 3D modeling tools for precise digital sculpting.
Instructions
Set a property on the active sculpt brush.
Args: property: Property to set - size, strength, auto_smooth_factor, or use_frontface. value: Value to set. size is int (1-500), strength is float (0.0-1.0), auto_smooth_factor is float (0.0-1.0), use_frontface is bool.
Returns: Confirmation dict with property name and new value.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property | Yes | ||
| value | Yes |