Page MenuHome

Fix T67446: UV Editor: support island select mode for box/circle/lasso selections
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Mar 12 2020, 6:56 PM.

Details

Summary

This also unifys some logic between box/circle/lasso:

  • use early selection test from lasso [makes things faster] in box/circle
  • circle wasnt checking visible face

Diff Detail

Repository
rB Blender
Branch
T67446 (branched from master)
Build Status
Buildable 7139
Build 7139: arc lint + arc unit

Event Timeline

Patch looks fine. Assume you checked pinned is working properly since the code reads like it could conflict with the selection checks.

source/blender/editors/uvedit/uvedit_ops.c
3523

This limit should be moved to define.

This revision is now accepted and ready to land.Mar 13 2020, 12:26 PM
  • use define for limit
  • clang format
Philipp Oeser (lichtwerk) marked an inline comment as done.Mar 13 2020, 3:15 PM

Assume you checked pinned is working properly since the code reads like it could conflict with the selection checks.

Seems to be working as before.