Sculpt: Add global automasking propagation steps #117316

Merged
Hans Goudey merged 8 commits from Sean-Kim/blender:102377-auto-masking into main 2024-01-29 15:39:50 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit df96aa9887 - Show all commits

View File

@ -186,7 +186,7 @@ static bool is_constrained_by_radius(const Brush *br)
}
/* Fetch the propogation_steps value, preferring the brush level value over the global sculpt tool
* * value. */
* value. */
Sean-Kim marked this conversation as resolved Outdated

* * value -> * value

` * * value` -> ` * value`
static int boundary_propagation_steps(const Sculpt *sd, const Brush *brush)
{
return brush && brush->automasking_flags &