"less" selection doesn't work if all vertices are selected in some situations #113501

Closed
opened 2023-10-10 16:45:01 +02:00 by Robert Rioux · 12 comments

System Information
Operating system: macOS-12.3.1-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro Vega 64 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.15

Blender Version
Broken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-20 08:50, hash: rBef9ca44dee7f
Worked: (newest version of Blender that worked as expected)

Short description of error
shrink selection doesn't work if all vertices are selected

Exact steps for others to reproduce the error

  • Create a grid.
  • Edit mode,
  • select all vertices (A).
  • Use shrink selection (Ctrl + Numpad Minus). Nothing.

The vertices on the edge of the grid should have been deselected.

**System Information** Operating system: macOS-12.3.1-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro Vega 64 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.15 **Blender Version** Broken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-20 08:50, hash: `rBef9ca44dee7f` Worked: (newest version of Blender that worked as expected) **Short description of error** shrink selection doesn't work if all vertices are selected <video src="/attachments/2973a326-cc85-4cfb-8d3d-e605785a01d4" controls></video> **Exact steps for others to reproduce the error** - Create a grid. - Edit mode, - select all vertices (`A`). - Use shrink selection (`Ctrl` + `Numpad Minus`). Nothing. The vertices on the edge of the grid should have been deselected.
Robert Rioux added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2023-10-10 16:45:01 +02:00
Contributor

I can confirm this issue.
But the manual is not very clear that this is expected for meshes.
meshes/selecting/more_less.html#select-more-less

The manual is clear about this to be expected for surfaces and grease pencil:
surfaces/selecting.html#select-more-less
grease_pencil/selecting.html#select-more-less

I can confirm this issue. But the manual is not very clear that this is expected for meshes. [meshes/selecting/more_less.html#select-more-less ](https://docs.blender.org/manual/en/3.4/modeling/meshes/selecting/more_less.html#select-more-less) The manual is clear about this to be expected for surfaces and grease pencil: [surfaces/selecting.html#select-more-less](https://docs.blender.org/manual/en/3.4/modeling/surfaces/selecting.html#select-more-less) [grease_pencil/selecting.html#select-more-less](https://docs.blender.org/manual/en/3.4/grease_pencil/selecting.html#select-more-less)
Contributor

@Funnybob I edited my previous comment the manual is NOT clear on this for Meshes.

@Funnybob I edited my previous comment the manual is NOT clear on this for Meshes.
Contributor

Exact steps for others to reproduce the error

Create a grid. Edit mode, select all vertices. Use shrink selection. Nothing. The vertices on the edge of the grid should have been deselected.

I'm assuming your talking about select more/less because shrink is used for transform not selection.

> Exact steps for others to reproduce the error > > Create a grid. Edit mode, select all vertices. Use shrink selection. Nothing. The vertices on the edge of the grid should have been deselected. I'm assuming your talking about select more/less because shrink is used for transform not selection.
Contributor

Then please edit your issue title and original comment to make it clear.
The more less.mov file you provided show the expected behaviour.
You should do the same with blender to show the issue and add it to your original comment.
Bonus point if you provide a .blend file.
Thanks.

Then please edit your issue title and original comment to make it clear. The [more less.mov](https://projects.blender.org/attachments/a2ff09aa-ce2d-4421-9775-af0dda784582) file you provided show the expected behaviour. You should do the same with blender to show the issue and add it to your original comment. Bonus point if you provide a .blend file. Thanks.
Author

So here's the same thing in Blender. I can grow but when it's time ti shrink it doesn't work.

And a Blender file to test it.

Title changed too. :-)

So here's the same thing in Blender. I can grow but when it's time ti shrink it doesn't work. And a Blender file to test it. Title changed too. :-)
Robert Rioux changed title from shrink selection doesn't work if all vertices are selected to shrink selection doesn't work if all vertices are selected in some situations 2023-10-10 20:25:30 +02:00
Contributor

I was talking about editing the shrink/less mix up ;)

I was talking about editing the shrink/less mix up ;)
Robert Rioux changed title from shrink selection doesn't work if all vertices are selected in some situations to "less" selection doesn't work if all vertices are selected in some situations 2023-10-10 20:31:20 +02:00
Author

Ok now I want my extra points! :-)

Ok now I want my extra points! :-)
Contributor

Let's wait and see what the triaging team will give you :)

Let's wait and see what the triaging team will give you :)

Thanks for the report, but an element is only deselected with Select Less if it is linked to an unselected element. (Not if it is on the edge of the geometry).

This is by design and is consistent with the operation in other object types (like Curves).

So the issue reported here is a request for modified/improved behavior and not a bug in current behavior. Closing as this bug tracker is only for bugs and errors.

For user requests and feedback, you can try other channels: https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests

For more information on why this isn't considered a bug, visit: https://wiki.blender.org/wiki/Reference/Not_a_bug

Thanks for the report, but an element is only deselected with `Select Less` if it is linked to an unselected element. (Not if it is on the edge of the geometry). This is by design and is consistent with the operation in other object types (like Curves). So the issue reported here is a request for modified/improved behavior and not a bug in current behavior. Closing as this bug tracker is only for bugs and errors. For user requests and feedback, you can try other channels: https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests For more information on why this isn't considered a bug, visit: https://wiki.blender.org/wiki/Reference/Not_a_bug
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2023-10-10 22:30:36 +02:00
Author

Can you elaborate on why this is normal behaviour because it doesn't make much sense to me. I don't understand why this is preferable to what I think it's supposed to be, according to me. Thanks

Can you elaborate on why this is normal behaviour because it doesn't make much sense to me. I don't understand why this is preferable to what I think it's supposed to be, according to me. Thanks

The code was made to work like this.
Unfortunately the reasons were not very clear.
But the change suggested in this case qualifies as a feature request.

The code was made to work like this. Unfortunately the reasons were not very clear. But the change suggested in this case qualifies as a feature request.
Author

There's already the code to select the border edges. So if all vertices are selected, select everything but the border edges and that's it. Easy fix. :)

There's already the code to select the border edges. So if all vertices are selected, select everything but the border edges and that's it. Easy fix. :)
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
3 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#113501
No description provided.