⠀
This commit is contained in:
parent
459776f577
commit
2056a5daad
@ -3,14 +3,7 @@ keyconfig_data = \
|
||||
[("3D View",
|
||||
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
||||
{"items":
|
||||
[("wm.call_menu",
|
||||
{"type": 'Q', "value": 'PRESS', "shift": True},
|
||||
{"properties":
|
||||
[("name", 'VIEW3D_MT_Coat_Dynamic_Menu'),
|
||||
],
|
||||
},
|
||||
),
|
||||
("view3d.cursor3d", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, None),
|
||||
[("view3d.cursor3d", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, None),
|
||||
("transform.translate",
|
||||
{"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
||||
{"properties":
|
||||
@ -230,35 +223,28 @@ keyconfig_data = \
|
||||
("view3d.view_pan",
|
||||
{"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties":
|
||||
[("type", 'PANDOWN'),
|
||||
[("type", 'PANUP'),
|
||||
],
|
||||
},
|
||||
),
|
||||
("view3d.view_pan",
|
||||
{"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties":
|
||||
[("type", 'PANLEFT'),
|
||||
[("type", 'PANRIGHT'),
|
||||
],
|
||||
},
|
||||
),
|
||||
("view3d.view_pan",
|
||||
{"type": 'NUMPAD_6', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties":
|
||||
[("type", 'PANRIGHT'),
|
||||
[("type", 'PANLEFT'),
|
||||
],
|
||||
},
|
||||
),
|
||||
("view3d.view_pan",
|
||||
{"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties":
|
||||
[("type", 'PANUP'),
|
||||
],
|
||||
},
|
||||
),
|
||||
("view3d.view_roll",
|
||||
{"type": 'NUMPAD_4', "value": 'PRESS', "shift": True, "repeat": True},
|
||||
{"properties":
|
||||
[("type", 'LEFT'),
|
||||
[("type", 'PANDOWN'),
|
||||
],
|
||||
},
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user