[Bf-blender-cvs] [1cc0f8cf756] sculpt-dev: Sculpt Expand: Enable repeat events for loop count increase/decrease

Pablo Dobarro noreply at git.blender.org
Wed Feb 3 19:26:32 CET 2021


Commit: 1cc0f8cf75660ae762d8e35b5845c4751a5b9c84
Author: Pablo Dobarro
Date:   Wed Feb 3 19:26:18 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rB1cc0f8cf75660ae762d8e35b5845c4751a5b9c84

Sculpt Expand: Enable repeat events for loop count increase/decrease

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

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 55e9f06ee28..cd1c97ac3f7 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -5599,8 +5599,8 @@ def km_sculpt_expand_modal(_params):
         ("FALLOFF_TOPOLOGY_DIAGONALS", {"type": 'THREE', "value": 'PRESS', "any": True, "repeat" : False}, None),
         ("FALLOFF_SPHERICAL", {"type": 'FOUR', "value": 'PRESS', "any": True, "repeat" : False}, None),
         ("SNAP_TOGGLE", {"type": 'Z', "value": 'ANY', "any": True, "repeat" : False}, None),
-        ("LOOP_COUNT_INCREASE", {"type": 'W', "value": 'PRESS', "any": True, "repeat" : False}, None),
-        ("LOOP_COUNT_DECREASE", {"type": 'Q', "value": 'PRESS', "any": True, "repeat" : False}, None),
+        ("LOOP_COUNT_INCREASE", {"type": 'W', "value": 'PRESS', "any": True, "repeat" : True}, None),
+        ("LOOP_COUNT_DECREASE", {"type": 'Q', "value": 'PRESS', "any": True, "repeat" : True}, None),
         ("BRUSH_GRADIENT_TOGGLE", {"type": 'B', "value": 'PRESS', "any": True, "repeat" : False}, None),
     ])
     return keymap



More information about the Bf-blender-cvs mailing list