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 incorrect logic when deciding whether to use segment stats for adhoc meshing #7600

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

philippotto
Copy link
Member

@philippotto philippotto commented Jan 31, 2024

URL of deployed dev instance (used for testing):

  • https://___.webknossos.xyz

Steps to test:

  • use adhoc meshing and ensure that the positions are queried first in the network tab

Issues:


(Please delete unneeded items, merge only when none are left open)

@@ -352,7 +352,7 @@ function* loadFullAdHocMesh(
volumeTracing?.hasSegmentIndex &&
!volumeTracing.mappingIsEditable &&
visibleSegmentationLayer?.tracingId != null &&
additionalCoordinates == null; // TODO remove in https://github.com/scalableminds/webknossos/pull/7411
(additionalCoordinates == null || additionalCoordinates.length === 0); // TODO remove in https://github.com/scalableminds/webknossos/pull/7411
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dieknolle3333 I know that your other PR will fix this, too, but this small change should go a bit quicker into the master, I think. It will likely cause a small merge conflict on your end. Just as a heads-up..

Copy link
Contributor

@dieknolle3333 dieknolle3333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks for fixing it :)

@philippotto philippotto merged commit 3389ce7 into master Jan 31, 2024
2 checks passed
@philippotto philippotto deleted the use-segment-index-for-ad-hoc-meshing branch January 31, 2024 14:32
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.

None yet

2 participants