[Bf-blender-cvs] [ca5ccb52e53] sculpt-dev: Sculpt Expand: Expose normals expand in the keymap

Pablo Dobarro noreply at git.blender.org
Wed Feb 17 17:51:07 CET 2021


Commit: ca5ccb52e538552c8c3e0c2c6de922927af53430
Author: Pablo Dobarro
Date:   Wed Feb 17 17:39:50 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rBca5ccb52e538552c8c3e0c2c6de922927af53430

Sculpt Expand: Expose normals expand in the keymap

===================================================================

M	release/scripts/presets/keyconfig/keymap_data/blender_default.py

===================================================================

diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
index 2dd719d0f31..bffba90e10a 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -4506,6 +4506,8 @@ def km_sculpt(params):
         ## {"properties": [("use_normals", True), ("keep_previous_mask", True), ("invert", False), ("smooth_iterations", 0), ("create_face_set", False)]}),
         ("sculpt.expand", {"type": 'A', "value": 'PRESS', "shift": True},
          {"properties": [("target", "MASK"), ("falloff_type", "GEODESIC"), ("invert", True)]}),
+        ("sculpt.expand", {"type": 'A', "value": 'PRESS', "shift": True, "alt": True},
+         {"properties": [("target", "MASK"), ("falloff_type", "NORMALS"), ("invert", False)]}),
         ("sculpt.expand", {"type": 'W', "value": 'PRESS', "shift": True},
          {"properties": [("target", "FACE_SETS"), ("falloff_type", "GEODESIC"), ("invert", False), ("use_modify_active", False)]}),
         ("sculpt.expand", {"type": 'W', "value": 'PRESS', "shift": True, "alt": True},



More information about the Bf-blender-cvs mailing list