Fix #107156: UV Cylinder/Sphere Projection fails after other operators #107161

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:107156 into main 2023-04-21 08:28:15 +02:00

1 Commits

Author SHA1 Message Date
Philipp Oeser 16a2e2b9f5 Fix #107156: UV Cylinder/Sphere Projection fails after other operators
Caused by 6b8cdd5979.

Above commit introduced element tagging for boundary calculations but
only cleared them properly on all faces if the new `Preserve Seams`
option was chosen. We cannot be sure about the state of element tags
from prior operators though, so correct the culprit check to also only
be in effect if the new `Preserve Seams` option was chosen.
2023-04-20 10:45:11 +02:00