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