Formatting
This commit is contained in:
@@ -3770,7 +3770,8 @@ def km_grease_pencil_paint_mode(params):
|
||||
op_menu("GREASE_PENCIL_MT_draw_delete", {"type": 'I', "value": 'PRESS', "alt": True}),
|
||||
|
||||
# Merge Down
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS', "ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS',
|
||||
"ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
|
||||
op_tool_optional(
|
||||
("grease_pencil.interpolate", {"type": 'E', "value": 'PRESS', "ctrl": True}, None),
|
||||
@@ -3893,7 +3894,8 @@ def km_grease_pencil_edit_mode(params):
|
||||
op_menu("GREASE_PENCIL_MT_move_to_layer", {"type": 'M', "value": 'PRESS'}),
|
||||
|
||||
# Merge Down
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS', "ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS',
|
||||
"ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
|
||||
# Edit Lines overlay
|
||||
("wm.context_toggle", {"type": 'Q', "value": 'PRESS', "shift": True},
|
||||
@@ -3985,7 +3987,8 @@ def km_grease_pencil_sculpt_mode(params):
|
||||
{"properties": [("type", "ALL_FRAMES")]}),
|
||||
|
||||
# Merge Down
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS', "ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS',
|
||||
"ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
|
||||
# Copy/paste
|
||||
("grease_pencil.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
||||
@@ -4000,7 +4003,8 @@ def km_grease_pencil_sculpt_mode(params):
|
||||
op_menu("GREASE_PENCIL_MT_layer_active", {"type": 'Y', "value": 'PRESS'}),
|
||||
|
||||
# Automasking menu
|
||||
op_menu_pie("VIEW3D_MT_grease_pencil_sculpt_automasking_pie", {"type": 'A', "value": 'PRESS', "shift": True, "alt": True}),
|
||||
op_menu_pie("VIEW3D_MT_grease_pencil_sculpt_automasking_pie", {
|
||||
"type": 'A', "value": 'PRESS', "shift": True, "alt": True}),
|
||||
|
||||
*_template_paint_radial_control("gpencil_sculpt_paint"),
|
||||
op_asset_shelf_popup(
|
||||
@@ -4051,7 +4055,8 @@ def km_grease_pencil_weight_paint(params):
|
||||
op_menu("GREASE_PENCIL_MT_layer_active", {"type": 'Y', "value": 'PRESS'}),
|
||||
|
||||
# Merge Down
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS', "ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS',
|
||||
"ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
|
||||
# Keyframe Menu
|
||||
op_menu("VIEW3D_MT_edit_greasepencil_animation", {"type": 'I', "value": 'PRESS'}),
|
||||
@@ -4134,7 +4139,8 @@ def km_grease_pencil_vertex_paint(params):
|
||||
op_menu("GREASE_PENCIL_MT_layer_active", {"type": 'Y', "value": 'PRESS'}),
|
||||
|
||||
# Merge Down
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS', "ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
("grease_pencil.layer_merge", {"type": 'M', "value": 'PRESS',
|
||||
"ctrl": True, "shift": True}, {"properties": [("mode", 'ACTIVE')]}),
|
||||
|
||||
# Keyframe Menu
|
||||
op_menu("VIEW3D_MT_edit_greasepencil_animation", {"type": 'I', "value": 'PRESS'}),
|
||||
|
||||
Reference in New Issue
Block a user