Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix another object duplication issue #1222

Merged
merged 4 commits into from
Oct 14, 2022
Merged

Fix another object duplication issue #1222

merged 4 commits into from
Oct 14, 2022

Conversation

hannobraun
Copy link
Owner

Fix the creation of duplicate SurfaceVertex instances when building a cycle. This problem was found by making the cycle validation code more strict, which was enabled by the progress of #1021. This stricter validation code is not included in this pull request, as there is at least one more object validation issue in the code that triggers it.

The previous ones no long fit the current code.
The first and last `SurfaceVertex` of the `Cycle` built in this code
wasn't the same.
@hannobraun hannobraun merged commit 2ff3275 into main Oct 14, 2022
@hannobraun hannobraun deleted the duplication branch October 14, 2022 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant