Pie menu: Select all toggle deselects everything if previous selection exists #105199
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105199
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1660/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 551.61
Blender Version
Broken: version: 4.0.0, branch: blender-v4.0-release, commit date: 2023-11-13 17:26, hash:
878f71061b8e
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: 3D Viewport Pie Menus (1, 3, 0)
Author: meta-androcto
Short description of error
The behavour of Select All Toggle is a bizzare.
It selects none on first click if there is a partial selecton, it takse a SECOND click to select all.
I find myself wanting to SELECT ALL more times then wanting to select NONE.
Which may be my problem, but I think there is room in the pie for a SELECT ALL and SELECT NONE.
Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]
new scene
pick the def cube
edit mode
pick a single vertex
press a
select the SELECT ALL TOGGLE in the pie
press a AGAIN
select the SELECT ALL TOGGLE in the pie
...
Thanks for the report. Can confirm
Action of the SELECT ALL TOGGLE pie menu is bizarre!to Pie menu: Select all toggle deselects everything if previous selection existsActually this is related to
mesh_ot_select_all
operator, not something to fix from add-on side. I'll make a quick PR.Fix: blender/blender#119199