Sculpt: Don't invert in geodesic mask expand keymap

This commit is contained in:
Joseph Eagar 2023-01-31 10:18:08 -08:00
parent 0a9520ce84
commit 3750e7ef0b
1 changed files with 1 additions and 1 deletions

View File

@ -5048,7 +5048,7 @@ def km_sculpt(params):
{"properties": [
("target", "MASK"),
("falloff_type", "GEODESIC"),
("invert", True),
("invert", False),
("use_auto_mask", False),
("use_mask_preserve", True),
]}),