Sculpt: Change expand hotkey to not auto-create mask

This commit is contained in:
Joseph Eagar 2023-01-13 20:17:03 -08:00
parent 325105ee6f
commit 92773761d3
1 changed files with 1 additions and 1 deletions

View File

@ -5053,7 +5053,7 @@ def km_sculpt(params):
("target", "MASK"),
("falloff_type", "GEODESIC"),
("invert", True),
("use_auto_mask", True),
("use_auto_mask", False),
("use_mask_preserve", True),
]}),
("sculpt.expand", {"type": 'A', "value": 'PRESS', "shift": True, "alt": True},