Blender Git Commit Log
Git Commits -> Revision 5ca7c85
Revision 5ca7c85 by Philipp Oeser (master) February 14, 2020, 10:37 (GMT) |
Particle editmode: add mouse independent "Select Linked" operator The current "Select Linked" operator works based on mouse position and makes no sense to call from the menus and was removed in rBdd9dfadaac9b. This patch adds an operator independent from mouse position that just selects all keys to a corresponding point (and adds back menu entries, adds keymap entry). The original operator is renamed to 'select_linked_pick' internally (this is now more in line to how "Select Linked" works for meshes, curves etc) Differential Revision: https://developer.blender.org/D6823 |
Commit Details:
Full Hash: 5ca7c85e105d910f554db4855c099a6b74e59886
Parent Commit: d9e4f5a
Lines Changed: +53, -11
6 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+3, -2) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+3, -2) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+7, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+38, -7) (Diff)
/source/blender/editors/physics/physics_intern.h (+1, -0) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+3, -2) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+7, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+38, -7) (Diff)
/source/blender/editors/physics/physics_intern.h (+1, -0) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -0) (Diff)