Maniphest T76351

UV editor tools not selecting edges when click drag.
Closed, Resolved

Assigned To
Campbell Barton (campbellbarton)
Authored By
Gilberto Rodrigues (gilberto_rodrigues)
May 2 2020, 11:51 PM
Tags
  • BF Blender
Subscribers
Ankit Meel (ankitm)
Campbell Barton (campbellbarton)
Eitan Traurig (EitanSomething)
Gilberto Rodrigues (gilberto_rodrigues)

Description

Blender Version
Broken: 2.8x

Short description of error
The selection tools of the UV Editor don't select/deselect edges when click dragging, They're selecting as in vertex selection mode instead of working as in the edge mode of 3d view. See video:

Exact steps for others to reproduce the error
Open attached file


Click drag with any selection tool in uv editor.

Related Objects

Mentioned Here
rB411c5238a2fe: UV: support edge-selection for box/circle/lasso select
T67446: Box selection in UV editor does not work with Island selection mode

Event Timeline

Gilberto Rodrigues (gilberto_rodrigues) created this task.May 2 2020, 11:51 PM
Gilberto Rodrigues (gilberto_rodrigues) added a subscriber: Campbell Barton (campbellbarton).May 2 2020, 11:55 PM

@Campbell Barton (campbellbarton) Have a look please, thanks!

Eitan Traurig (EitanSomething) added a subscriber: Eitan Traurig (EitanSomething).May 3 2020, 4:26 AM

Confirmed.

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 26.20.100.7262

Blender Version
Broken: version: 2.83 (sub 15), branch: master, commit date: 2020-05-02 11:33, hash: rB1623fdb3bc55 , 2.79b

Eitan Traurig (EitanSomething) added a comment.May 3 2020, 6:04 AM

Box select, circle select, and lasso select only seem to work when selecting the vertices.

Ankit Meel (ankitm) added a subscriber: Ankit Meel (ankitm).May 3 2020, 11:44 AM

Box select, circle select, and lasso select only seem to work when selecting the vertices.

umm If you select two vertices using say box, you do get an edge. what am I missing ?

Ankit Meel (ankitm) closed this task as a duplicate of T76343: UV editor's Edge/Face deselect inconsistency..May 3 2020, 11:52 AM

if the selection process is changed, this will be fixed automatically.
If not, then this is working as intended.

Eitan Traurig (EitanSomething) added a comment.May 3 2020, 4:11 PM

It works differently than the 3D viewport. I think think this is a known issue because it exists in 2.79

Eitan Traurig (EitanSomething) added a comment.May 3 2020, 4:26 PM

It doesn’t select the edge if you only box select the edge

Gilberto Rodrigues (gilberto_rodrigues) added a comment.May 4 2020, 5:56 AM

@Ankit Meel (ankitm) It's don't see this as a duplicate of my other report. The other one works totally fine in UV Sync mode turned on, while this one does not, see the video. Also the other is about simple click inconsistency that happens in either edge or face mode, while this one is only about edge mode.

Gilberto Rodrigues (gilberto_rodrigues) added a comment.May 4 2020, 5:59 AM

@Eitan Traurig (EitanSomething) back in 2.79 there wasn't a tool panel in the UV editor.

Eitan Traurig (EitanSomething) reopened this task as Needs Triage.May 4 2020, 6:02 AM
Gilberto Rodrigues (gilberto_rodrigues) added a comment.EditedMay 4 2020, 6:03 AM

Those tools click drag select correctly for vertices and faces In 2.82. Nowadays in 2.83 they also work for island selection, see T67446. Now only edge drag select is missing, it works for vertex/face/island, I hope someone can fix it for edges.

Eitan Traurig (EitanSomething) added a comment.May 4 2020, 6:04 AM

I am reopening this because I don’t believe it is a duplicate.

There was no tool self but you could box select. I think I made a mistake testing 2.79 and didn’t turn on edge select so I will test again

Gilberto Rodrigues (gilberto_rodrigues) added a comment.EditedMay 4 2020, 6:36 AM

in latest build, It's only wrong for edge selecting. Face and Island modes are correct and do not select individual vertices:

Campbell Barton (campbellbarton) closed this task as Resolved.May 4 2020, 11:23 AM
Campbell Barton (campbellbarton) claimed this task.

This was more of a TODO than a bug, even so it's good to support this.

Committed rB411c5238a2fe: UV: support edge-selection for box/circle/lasso select.

Gilberto Rodrigues (gilberto_rodrigues) added a comment.EditedMay 4 2020, 6:05 PM

Thank you Campbell!! <3