set_brush_property
Set brush properties such as size, strength, auto-smooth factor, or use front-face on the active sculpt brush.
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
| Name | Required | Description | Default |
|---|---|---|---|
| property | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||