Blender Git Commit Log
Git Commits -> Revision ae98a03
Revision ae98a03 by Nathan Craddock (master) April 30, 2020, 09:53 (GMT) |
Outliner: Add new delete operator In the industry standard keymap, both deleting objects and collections were mapped to the same keys causing confusion when only collections could be deleted through the keymap. This adds a new delete operator to delete all selected objects and collections, accessible from both the keymap and context menu. Now any selected objects and collections are deleted when Delete is chosen from the keymap. This also updates the tooltip description which was previously undocumented. Resolves T67462 |
Commit Details:
Full Hash: ae98a033c85607d324e9690654b0c27d4b64a122
Parent Commit: 79269e4
Committed By: Campbell Barton
Lines Changed: +109, -62
7 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+2, -2) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+2, -4) (Diff)
/release/scripts/startup/bl_ui/space_outliner.py (+3, -3) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+20, -18) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+7, -1) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+2, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+73, -33) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+2, -4) (Diff)
/release/scripts/startup/bl_ui/space_outliner.py (+3, -3) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+20, -18) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+7, -1) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+2, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+73, -33) (Diff)