Files
blender/assets
kunal 324ff177a3 Sculpt: Add new brush type for color blurring
This commit adds a new brush type and essential asset for blurring color
in Sculpt Mode. This replaces the previously hard-coded functionality
in the smear and paint brushes.

- Addition of the `SCULPT_BRUSH_TYPE_BLUR` to `eBrushSculptType`.
- Definition and Implementation of `color::do_blur_brush`, called within
  `do_brush_action`.
- Addition of `SCULPT_BRUSH_TYPE_BLUR` to
  `rna_enum_brush_sculpt_brush_type_items`, exposing it as an option
  within the essential assets file.
- Changes to `assets/brushes/essentials_brushes-mesh_sculpt.blend` file,
  to now include the `Blur` brush.

Pull Request: https://projects.blender.org/blender/blender/pulls/152351
2026-01-09 06:19:15 +01:00
..