Cleanup: remove redundant property for transfer_mode key-map item

As the property isn't saved and defaults to disabled,
there is no need to set it.
This commit is contained in:
Campbell Barton
2021-05-22 14:52:13 +10:00
parent 7adbe62a09
commit f7b22fc3d2

View File

@@ -4485,8 +4485,7 @@ def km_sculpt(params):
items.extend([
# Transfer Sculpt Mode (release to avoid conflict with grease pencil drawing).
("object.transfer_mode", {"type": 'D', "value": 'RELEASE'},
{"properties": [("use_eyedropper", False)]}),
("object.transfer_mode", {"type": 'D', "value": 'RELEASE'}, None),
# Brush strokes
("sculpt.brush_stroke", {"type": 'LEFTMOUSE', "value": 'PRESS'},
{"properties": [("mode", 'NORMAL')]}),