Fix T59866: UV editor: no circle select.

This commit is contained in:
Bastien Montagne 2018-12-26 23:09:34 +01:00
parent 61cb1a81a8
commit e4dbfe0a98
Notes: blender-bot 2023-02-14 04:18:24 +01:00
Referenced by issue #79120, Changing dimension on multiple objects no-longer works
Referenced by issue #60758, Major Discrepancies in UV Maps and Meshes between Solid/LookDev view and Rendered View
Referenced by issue #60023, Clicking on texture paint - instant crash - Linux
Referenced by issue #59972, When editing UVs, Live Unwrap messes up with the scale and organization of the UV Islands.
Referenced by issue #59927, Blender fails on new file load
Referenced by issue #59923, Material tab > Surface - buttons broken in recent build (2018-12-27)
Referenced by issue #59890, cursor surface project innacuracy
Referenced by issue #59898, difference of viewport performance between a model with modifiers and modifiers applied
Referenced by issue #59888, blender-softwaregl crashes on start.
Referenced by issue #59866, UV editor: no circle select
Referenced by issue #59853, 2.8 not starting
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ def km_uv_editor(params):
{"properties": [("pinned", False)]}),
("uv.select_box", {"type": 'B', "value": 'PRESS', "ctrl": True},
{"properties": [("pinned", True)]}),
("uv.circle_select", {"type": 'C', "value": 'PRESS'}, None),
("uv.select_circle", {"type": 'C', "value": 'PRESS'}, None),
("uv.select_lasso", {"type": params.action_tweak, "value": 'ANY', "ctrl": True},
{"properties": [("mode", 'ADD')]}),
("uv.select_lasso", {"type": params.action_tweak, "value": 'ANY', "shift": True, "ctrl": True},