blender/scripts/startup
Leon Schittek 382a54aefb Fix #101374: enable edge panning for move operators in menus
This patch enables edge panning for the operators where there was
a mismatch in behaviour between using the shortcut `G` and the
"Move" operator exposed via the menu and operator search.

Commit 19da434e9cc0 introduced a `view2d_edge_pan` property which
was activated for the translate operators invoked when pressing G in
the default keymap.
The property is not enabled by default, to avoid it getting in the
way in some cases, so the "Move" operators exposed via the menus
didn't have edge panning. This lead to inconsistent behavior between
moving via the shortcut or via the menu.

Pull Request: https://projects.blender.org/blender/blender/pulls/104482
2023-03-10 16:22:48 +01:00
..
bl_app_templates_system
bl_operators Fix Freestyle fill range by selection error when there is no active camera 2023-03-08 01:46:51 +01:00
bl_ui Fix #101374: enable edge panning for move operators in menus 2023-03-10 16:22:48 +01:00
keyingsets_builtins.py
nodeitems_builtins.py