Outliner: support delete in the keymap for different data-types #67462

Closed
opened 2019-07-22 18:29:42 +02:00 by James · 23 comments

System Information
Operating system:
Windows 10 Enterprise 1903

Graphics card:

  • RTX 2080 TI 11GB GDDR6
  • GTX 1080 TI 11GB GDDR5
  Nvidia Driver 430.86, Studio Driver, SLI Disabled

Blender Version
Broken: blender-2.80rc2-windows64
Worked: (optional)

Short description of error
I want to be able to delete and item in the outline by hitting delete or backspace. But it does not work for some reason. I end up having to use the right click menu to delete. I even tried to make sure the delete shortcut keys were enabled for the outliner and when I re-setup the shortcut it sees the delete key in prefrences. But it still does not work in the outliner. Deleting with the delete key works fine in the 3D window.

Exact steps for others to reproduce the error
Note... I am using the Industry Compatible key map.
Create a cube. Click on cube in outliner and press delete. Cube does not delete as expected.

I admit that I am very new to blender... but this seems like it should work similar to other 3D apps I use.

**System Information** Operating system: Windows 10 Enterprise 1903 Graphics card: - RTX 2080 TI 11GB GDDR6 - GTX 1080 TI 11GB GDDR5 ``` Nvidia Driver 430.86, Studio Driver, SLI Disabled ``` **Blender Version** Broken: blender-2.80rc2-windows64 Worked: (optional) **Short description of error** I want to be able to delete and item in the outline by hitting delete or backspace. But it does not work for some reason. I end up having to use the right click menu to delete. I even tried to make sure the delete shortcut keys were enabled for the outliner and when I re-setup the shortcut it sees the delete key in prefrences. But it still does not work in the outliner. Deleting with the delete key works fine in the 3D window. **Exact steps for others to reproduce the error** Note... I am using the Industry Compatible key map. Create a cube. Click on cube in outliner and press delete. Cube does not delete as expected. I admit that I am very new to blender... but this seems like it should work similar to other 3D apps I use.
Author

Added subscriber: @stuckpixel

Added subscriber: @stuckpixel

#74567 was marked as duplicate of this issue

#74567 was marked as duplicate of this issue

#74422 was marked as duplicate of this issue

#74422 was marked as duplicate of this issue

#69714 was marked as duplicate of this issue

#69714 was marked as duplicate of this issue

Added subscriber: @SpectreFirst

Added subscriber: @SpectreFirst

It looks like both Delete and Backspace are assigned to both “Delete Collection” and to “Outliner Object Operation – Delete” and object operation comes second, perhaps this is the reason why it doesn’t work? When I assign different keys for these two operations (or disable Delete\Backspace for one of these operations and use, for example, Delete for Collections and Backspace for objects) it seems to work fine.

It looks like both Delete and Backspace are assigned to both “Delete Collection” and to “Outliner Object Operation – Delete” and object operation comes second, perhaps this is the reason why it doesn’t work? When I assign different keys for these two operations (or disable Delete\Backspace for one of these operations and use, for example, Delete for Collections and Backspace for objects) it seems to work fine.

Added subscribers: @natecraddock, @ZedDB

Added subscribers: @natecraddock, @ZedDB
Nathan Craddock was assigned by Sebastian Parborg 2019-07-30 16:31:02 +02:00

@Zachman do you want to take a look at this? (Or has this already been solved in your GSoC branch?)

@Zachman do you want to take a look at this? (Or has this already been solved in your GSoC branch?)

I will take a look, thanks for the heads up! I'm planning on addressing deleting in these last few weeks of the GSoC.

I will take a look, thanks for the heads up! I'm planning on addressing deleting in these last few weeks of the GSoC.
Author

I found alex’s workaround to be helpful. But am glad you are still looking into it. Thanks.

I found alex’s workaround to be helpful. But am glad you are still looking into it. Thanks.

Added subscriber: @YegorSmirnov

Added subscriber: @YegorSmirnov
Nathan Craddock was unassigned by Dalai Felinto 2019-12-23 16:33:34 +01:00
William Reynish changed title from Delete Keymap not working in outlner. to Delete Keymap not working in Outlner 2020-01-13 00:13:36 +01:00

Added subscriber: @ideasman42

Added subscriber: @ideasman42

This isn't a bug as the feature was never written or intended to work as described in this report.

This isn't a bug as the feature was never written or intended to work as described in this report.
Campbell Barton changed title from Delete Keymap not working in Outlner to Outliner: support delete in the keymap for different data-types 2020-02-10 08:46:33 +01:00

Added subscriber: @ckohl_art

Added subscriber: @ckohl_art

In #67462#731623, @SpectreFirst wrote:
It looks like both Delete and Backspace are assigned to both “Delete Collection” and to “Outliner Object Operation – Delete” and object operation comes second, perhaps this is the reason why it doesn’t work? When I assign different keys for these two operations (or disable Delete\Backspace for one of these operations and use, for example, Delete for Collections and Backspace for objects) it seems to work fine.

Another workaround is to set one of the operations to activate on Press and the other to activate on Release and then they can both use the same key. Here's the standard ICK with that change and both Delete and Backspace work for all objects and collections.

delete.png

(NOTE: The "Blender" and "Blender 27x" keymaps don't even have an entry for outliner.object_operation )

> In #67462#731623, @SpectreFirst wrote: > It looks like both Delete and Backspace are assigned to both “Delete Collection” and to “Outliner Object Operation – Delete” and object operation comes second, perhaps this is the reason why it doesn’t work? When I assign different keys for these two operations (or disable Delete\Backspace for one of these operations and use, for example, Delete for Collections and Backspace for objects) it seems to work fine. Another workaround is to set one of the operations to activate on Press and the other to activate on Release and then they can both use the same key. Here's the standard ICK with that change and both Delete and Backspace work for all objects and collections. ![delete.png](https://archive.blender.org/developer/F8378817/delete.png) (NOTE: The "Blender" and "Blender 27x" keymaps don't even have an entry for outliner.object_operation )

Added subscribers: @Debuk, @WilliamReynish

Added subscribers: @Debuk, @WilliamReynish

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Nathan Craddock self-assigned this 2020-03-07 22:49:07 +01:00

This was addressed in 62f238a65e.

This was addressed in 62f238a65e.

Added subscribers: @PeterMOUEZA, @ankitm

Added subscribers: @PeterMOUEZA, @ankitm

Changed status from 'Resolved' to: 'Confirmed'

Changed status from 'Resolved' to: 'Confirmed'

The fix for this was reverted. This still needs a fix now.

The fix for this was reverted. This still needs a fix now.

This issue was referenced by ae98a033c8

This issue was referenced by ae98a033c85607d324e9690654b0c27d4b64a122

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
8 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#67462
No description provided.