New Bevel: Scaling Vertices, Edges by their individual origins has different behavior if bevel regions are direct neighbors (selection flushing to edges immediately?) #73771

Closed
opened 2020-02-13 05:30:31 +01:00 by Zino Guerr · 16 comments

System Information
Operating system: Windows-10-10.0.14393 64 Bits
Graphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.30

Blender Version
Broken: version: 2.83 (sub 2), branch: master, commit date: 2020-02-13 02:55, hash: f874f6817d
Worked: (optional)

Short description of error

Scaling Vertices and Edges no longer work when the pivot point is set to "individual origins".
If you start by scaling the vertices then same issue when you switch to Edges but if you start with Faces then scaling the edges suddenly work.

Scaling Vertices is always broken no matter the order.

Exact steps for others to reproduce the error

  • Factory Setting with the default keymap.

  • Open the file which has everything setup, Vertices selected and the pivot point set to individual origins.

  • Hit S for scaling.

  • Switch to Edge mode.

  • Hit S, same issue.

  • Switch to Face mode.

  • Hit S, now it works.

  • Switch Back to Edge mode.

  • Hit S, Edge mode now works.

  • Switch to Vertex mode.
    #It won't work, if you go by order back and forth then Edge mode works depending on which previous mode was set before it.
    PS: it seems also happening for other Transform modes, it's not just Scale :)

Credit to Jan van den Hemel for showing the trick .
https://twitter.com/JanvandenHemel/status/1227644588309065732

[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]
Scale_Indv_Bug.blend

**System Information** Operating system: Windows-10-10.0.14393 64 Bits Graphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.30 **Blender Version** Broken: version: 2.83 (sub 2), branch: master, commit date: 2020-02-13 02:55, hash: `f874f6817d` Worked: (optional) **Short description of error** Scaling Vertices and Edges no longer work when the pivot point is set to "individual origins". If you start by scaling the vertices then same issue when you switch to Edges but if you start with Faces then scaling the edges suddenly work. Scaling Vertices is always broken no matter the order. **Exact steps for others to reproduce the error** - Factory Setting with the default keymap. - Open the file which has everything setup, Vertices selected and the pivot point set to individual origins. - Hit S for scaling. - Switch to Edge mode. - Hit S, same issue. - Switch to Face mode. - Hit S, now it works. - Switch Back to Edge mode. - Hit S, Edge mode now works. - Switch to Vertex mode. #It won't work, if you go by order back and forth then Edge mode works depending on which previous mode was set before it. PS: it seems also happening for other Transform modes, it's not just Scale :) Credit to **Jan van den Hemel** for showing the trick . https://twitter.com/JanvandenHemel/status/1227644588309065732 [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)] [Scale_Indv_Bug.blend](https://archive.blender.org/developer/F8337378/Scale_Indv_Bug.blend)
Author

Added subscriber: @Znio.G

Added subscriber: @Znio.G

#83075 was marked as duplicate of this issue

#83075 was marked as duplicate of this issue

Added subscriber: @Stan_Pancakes

Added subscriber: @Stan_Pancakes

This is not a bug. It is a (perhaps slightly unfortunate) consequence of Blender's selection propagation. When you're in Vertex mode, you have a fully contiguous selection: edges between the circles are also selected. Since it is contiguous, there's only one "origin", therefore the selection is transformed as a whole. When you switch from Vertex to Edge mode, that edge selection is preserved, so you again have contiguous selection. It is when you switch to Face mode the selection becomes disjoint, and each selected "island" has its own "individual origin" for transform.

This is not a bug. It is a (perhaps slightly unfortunate) consequence of Blender's selection propagation. When you're in Vertex mode, you have a fully contiguous selection: edges between the circles are also selected. Since it is contiguous, there's only one "origin", therefore the selection is transformed as a whole. When you switch from Vertex to Edge mode, that edge selection is preserved, so you again have contiguous selection. It is when you switch to Face mode the selection becomes disjoint, and each selected "island" has its own "individual origin" for transform.
Author

@Stan_Pancakes But it worked in previous versions though! if you bevel a row of vertices and scale them on their "individual origin" in 2.80 or 2.81 works, in the master branch even when extruding includes that contiguous edge where before it wasn't that case.

Here is a 2.81 Demo.
2.81.gif

@Stan_Pancakes But it worked in previous versions though! if you bevel a row of vertices and scale them on their "individual origin" in 2.80 or 2.81 works, in the master branch even when extruding includes that contiguous edge where before it wasn't that case. Here is a 2.81 Demo. ![2.81.gif](https://archive.blender.org/developer/F8337515/2.81.gif)

That which you show in that example, I believe, is actually a bug. When you bevel the vertices like this, the selection readout at the bottom right will state that 20 edges are selected, where in fact there are (should be) 24. If, after such bevel, you switch to edge mode and back to vertex mode, then all 24 edges will be selected, and the behavior would revert to transforming the whole selection.

That which you show in that example, I believe, is actually a bug. When you bevel the vertices like this, the selection readout at the bottom right will state that 20 edges are selected, where in fact there are (should be) 24. If, after such bevel, you switch to edge mode and back to vertex mode, then all 24 edges will be selected, and the behavior would revert to transforming the whole selection.
Member

Added subscribers: @HooglyBoogly, @lichtwerk

Added subscribers: @HooglyBoogly, @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'
Member

Looks like the "old" bevel wasnt flushing selection to edges immediately, whereas the "new" bevel is...
@HooglyBoogly : can you confirm?

In the usecase described here, the "old" way actually has benefits, not sure though if we can call this a bug (it might be needed even for "new" bevel -- and in a way is actually more "correct" to flush immediately)
Tough call, but I would vote for this not being a bug, the workaround switching modes (face-mode is your friend here)

@HooglyBoogly : would you take the burden to decide whether to close this or not? [like I said, got my vote for closing...]

Looks like the "old" bevel wasnt flushing selection to edges immediately, whereas the "new" bevel is... @HooglyBoogly : can you confirm? In the usecase described here, the "old" way actually has benefits, not sure though if we can call this a bug (it might be needed even for "new" bevel -- and in a way is actually more "correct" to flush immediately) Tough call, but I would vote for this not being a bug, the workaround switching modes (face-mode is your friend here) @HooglyBoogly : would you take the burden to decide whether to close this or not? [like I said, got my vote for closing...]
Philipp Oeser changed title from Bug Scaling Vertices, Edges by their individual origins. to New Bevel: Scaling Vertices, Edges by their individual origins has different behavior if bevel regions are direct neighbors (selection flushing to edges immediately?) 2020-02-13 12:09:46 +01:00
Member

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

I believe this behavior is related to one of these two commits by @ideasman42:

  1. 133f6a9812
  2. f164ea6eaa
    I'm traveling right now but when I get back to my computer I can look at it. Thanks for letting me know. I agree it doesn't exactly look like a bug.
I believe this behavior is related to one of these two commits by @ideasman42: 1. 133f6a9812 2. f164ea6eaa I'm traveling right now but when I get back to my computer I can look at it. Thanks for letting me know. I agree it doesn't exactly look like a bug.

While the old way may indeed have accidental "benefits", tools really, really should not create invalid selection state. https://docs.blender.org/api/current/bmesh.html#keeping-a-correct-state

While the old way may indeed have accidental "benefits", tools really, **really** should not create invalid selection state. https://docs.blender.org/api/current/bmesh.html#keeping-a-correct-state
Member

Changed status from 'Needs Developer To Reproduce' to: 'Archived'

Changed status from 'Needs Developer To Reproduce' to: 'Archived'
Hans Goudey self-assigned this 2020-02-14 23:34:38 +01:00
Member

This isn't a bug, and it's actually a bug fix that caused this change. There shouldn't be "individual origins" because all of the vertices are connected by at most one edge.

The technique you brought up still works, just use a different bevel offset to change the size of the holes rather than scaling them. That said, the profile value of 0.1 doesn't create a circle, 0.088 is closer, but the way bevel is coded means you shouldn't rely on the profile to be perfectly circular.

Thanks for the report anyway.

This isn't a bug, and it's actually a bug fix that caused this change. There shouldn't be "individual origins" because all of the vertices are connected by at most one edge. The technique you brought up still works, just use a different bevel offset to change the size of the holes rather than scaling them. That said, the profile value of 0.1 doesn't create a circle, 0.088 is closer, but the way bevel is coded means you shouldn't rely on the profile to be perfectly circular. Thanks for the report anyway.
Author

In #73771#871952, @HooglyBoogly wrote:
This isn't a bug, and it's actually a bug fix that caused this change. There shouldn't be "individual origins" because all of the vertices are connected by at most one edge.

The technique you brought up still works, just use a different bevel offset to change the size of the holes rather than scaling them. That said, the profile value of 0.1 doesn't create a circle, 0.088 is closer, but the way bevel is coded means you shouldn't rely on the profile to be perfectly circular.

Thanks for the report anyway.

Thanks, i guess the issue goes back to 2.7x versions or even before.
I didn't know that it was a bug to be honest, i thought this is how it always worked because how Blender handles meshes differently from what i used to see in the other apps, but since the new changes fixe a long time bug then no problem, we can use other ways to get the same result.

> In #73771#871952, @HooglyBoogly wrote: > This isn't a bug, and it's actually a bug fix that caused this change. There shouldn't be "individual origins" because all of the vertices are connected by at most one edge. > > The technique you brought up still works, just use a different bevel offset to change the size of the holes rather than scaling them. That said, the profile value of 0.1 doesn't create a circle, 0.088 is closer, but the way bevel is coded means you shouldn't rely on the profile to be perfectly circular. > > Thanks for the report anyway. Thanks, i guess the issue goes back to 2.7x versions or even before. I didn't know that it was a bug to be honest, i thought this is how it always worked because how Blender handles meshes differently from what i used to see in the other apps, but since the new changes fixe a long time bug then no problem, we can use other ways to get the same result.
Member

Added subscriber: @Paladinqp

Added subscriber: @Paladinqp
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
5 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#73771
No description provided.