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

Closed
opened 4 years ago by stuckpixel · 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.
Poster

Added subscriber: @stuckpixel

Added subscriber: @stuckpixel
Collaborator

#74567 was marked as duplicate of this issue

#74567 was marked as duplicate of this issue
Collaborator

#74422 was marked as duplicate of this issue

#74422 was marked as duplicate of this issue
Collaborator

#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.
ZedDB commented 4 years ago
Collaborator

Added subscribers: @natecraddock, @ZedDB

Added subscribers: @natecraddock, @ZedDB
natecraddock was assigned by ZedDB 4 years ago
ZedDB commented 4 years ago
Collaborator

@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?)
Collaborator

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.
Poster

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
natecraddock was unassigned by dfelinto 3 years ago
WilliamReynish changed title from Delete Keymap not working in outlner. to Delete Keymap not working in Outlner 3 years ago
Owner

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Owner

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.
ideasman42 changed title from Delete Keymap not working in Outlner to Outliner: support delete in the keymap for different data-types 3 years ago

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
Collaborator

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
natecraddock closed this issue 3 years ago
natecraddock self-assigned this 3 years ago
Collaborator

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'
WilliamReynish reopened this issue 3 years ago

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

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

This issue was referenced by ae98a033c8

This issue was referenced by ae98a033c85607d324e9690654b0c27d4b64a122
Owner

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
ideasman42 closed this issue 3 years ago
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/Collada
Interest/Compositing
Interest/Core
Interest/Cycles
Interest/Dependency Graph
Interest/Development Management
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/Modeling
Interest/Modifiers
Interest/Motion Tracking
Interest/Nodes & Physics
Interest/Overrides
Interest/Performance
Interest/Performance
Interest/Physics
Interest/Pipeline, Assets & I/O
Interest/Platforms, Builds, Tests & Devices
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
legacy module/Animation & Rigging
legacy module/Core
legacy module/Development Management
legacy module/Eevee & Viewport
legacy module/Grease Pencil
legacy module/Modeling
legacy module/Nodes & Physics
legacy module/Pipeline, Assets & IO
legacy module/Platforms, Builds, Tests & Devices
legacy module/Python API
legacy module/Rendering & Cycles
legacy module/Sculpt, Paint & Texture
legacy module/Triaging
legacy module/User Interface
legacy module/VFX & Video
legacy project/1.0.0-beta.2
legacy project/Asset Browser (Archived)
legacy project/BF Blender: 2.8
legacy project/BF Blender: After Release
legacy project/BF Blender: Next
legacy project/BF Blender: Regressions
legacy project/BF Blender: Unconfirmed
legacy project/Blender 2.70
legacy project/Code Quest
legacy project/Datablocks and Libraries
legacy project/Eevee
legacy project/Game Animation
legacy project/Game Audio
legacy project/Game Data Conversion
legacy project/Game Engine
legacy project/Game Logic
legacy project/Game Physics
legacy project/Game Python
legacy project/Game Rendering
legacy project/Game UI
legacy project/GPU / Viewport
legacy project/GSoC
legacy project/Infrastructure: Websites
legacy project/LibOverrides - Usability and UX
legacy project/Milestone 1: Basic, Local Asset Browser
legacy project/Nodes
legacy project/OpenGL Error
legacy project/Papercut
legacy project/Pose Library Basics
legacy project/Retrospective
legacy project/Tracker Curfew
legacy project/Wintab High Frequency
Meta/Good First Issue
Meta/Papercut
migration/requires-manual-verification
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 & Devices
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 Information 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

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#67462
Loading…
There is no content yet.