Circle Select Tool Bugs #58768

Closed
opened 2018-12-05 06:13:27 +01:00 by Gilberto Rodrigues · 5 comments
Contributor

Blender Version
Broken: 2.8 beta, be91d4ef95, 2018-12-04

Short description of error
Using the Circle Select tool via hotkey (C) won't change the toolbar highlighted tool. Another bug is that selecting it via hotckey blocks you from clicking any UI/menu items. But manually selecting it from the toolbar works just fine.

**Blender Version** Broken: 2.8 beta, be91d4ef957, 2018-12-04 **Short description of error** Using the Circle Select tool via hotkey (C) won't change the toolbar highlighted tool. Another bug is that selecting it via hotckey blocks you from clicking any UI/menu items. But manually selecting it from the toolbar works just fine.
Author
Contributor

Added subscriber: @Gilberto.R

Added subscriber: @Gilberto.R
Member
Added subscribers: @WilliamReynish, @ideasman42, @brecht, @lichtwerk
Member

The tool and the [modal] operator are still separated to a certain degree.
So hotkeys are different as well [C for the modal operator, SHIFT+SPACE -> C for the tool]
So when you use C you are not entering the tool really.

The tool is using the operator code, but

  • it seems the tool is skipping the modal handling (unless you press the mouse)
    • leads to events not being swallowed for the tool (so UI is not blocked, you can still click menus etc.) [which is good in my opinion]
    • (the operator was always blocking and is not considered a bug in my opinion)
    • when you press the mouse for the tool, some modal stuff is still being executed though (press + mousewheel looks like it changes the radius -- but it doesnt really...) [which is bad in my opinion]

Havent studied the toolsystem in depth, but I guess it would be good to

  • add tool keymap to change the tool radius as well (this is missing atm afaics)?
  • I guess it is intended to keep the (temporary) modal operator (as opposed to the tool) or should this be dropped entirely?

I could look into adding the tool keymap for the radius, but would first ask for opinions of @WilliamReynish , @ideasman42 , @brecht

The `tool` and the [modal] `operator` are still separated to a certain degree. So hotkeys are different as well [`C` for the modal operator, `SHIFT+SPACE -> C `for the tool] So when you use `C` you are not entering the tool really. The tool is using the operator code, but - it seems the tool is skipping the modal handling (unless you press the mouse) - leads to events not being swallowed for the tool (so UI is not blocked, you can still click menus etc.) [which is good in my opinion] - (the operator was always blocking and is not considered a bug in my opinion) - when you press the mouse for the tool, some modal stuff is still being executed though (press + mousewheel looks like it changes the radius -- but it doesnt really...) [which is bad in my opinion] Havent studied the toolsystem in depth, but I guess it would be good to - add tool keymap to change the tool radius as well (this is missing atm afaics)? - I guess it is intended to keep the (temporary) modal operator (as opposed to the tool) or should this be dropped entirely? I could look into adding the tool keymap for the radius, but would first ask for opinions of @WilliamReynish , @ideasman42 , @brecht

The currently works as intended. This way the modal operators can be used when any tool is active.

However, we have discussed several things related to this, including a preference for all the hotkeys to map to the active tools instead.

We could perhaps add a shortcut to set the circle select size, although it’s problematic because the keyboard is not free. When a tool is active, it doesn’t override the entire keyboard, which would make it impossible to use shortcuts then.

The currently works as intended. This way the modal operators can be used when any tool is active. However, we have discussed several things related to this, including a preference for all the hotkeys to map to the active tools instead. We could perhaps add a shortcut to set the circle select size, although it’s problematic because the keyboard is not free. When a tool is active, it doesn’t override the entire keyboard, which would make it impossible to use shortcuts then.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Campbell Barton self-assigned this 2018-12-06 04:05:20 +01:00
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
4 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#58768
No description provided.