-
Notifications
You must be signed in to change notification settings - Fork 29
Voxel data pipette tool #8989
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
Open
philippotto
wants to merge
25
commits into
master
Choose a base branch
from
voxel-data-pipette
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Voxel data pipette tool #8989
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
958d146
implement first draft of enhanced pipette tool
philippotto 7623cc5
format
philippotto 47c9055
fix imprecise position of tooltip
philippotto ecd45e7
support volume layer
philippotto 78ea463
fix that mouse position to voxel mapping was slightly wrong when zoom…
philippotto 9c94cb0
pass additionalCoordinates
philippotto 0368512
support transformed layers
philippotto 7c2f373
tmp: disable frontend tests in ci
philippotto a15000b
fix hovered segment id when layer is transformed
philippotto 0117b86
dynamic offset
philippotto b64d4d7
also show in view mode
philippotto 788787f
fix 3d viewport related crash
philippotto 09bad02
refactor
philippotto eb98490
fix tooltip positioning
philippotto 949940c
improve tooltip wording
philippotto f9506a8
also respect mappings in pipette tooltip
philippotto 409784e
rename pick-cell tool to voxel-picker tool
philippotto bbc4ecb
update docs and enable old picking behavior with shift
philippotto d1e7a4c
fix one test
philippotto ae78342
wording
philippotto 9ae429e
restore old round behavior
philippotto c7bc32e
add comment
philippotto 63d012e
Merge branch 'master' of github.com:scalableminds/webknossos into vox…
philippotto 7e37e28
update changelog
philippotto 11706bc
restore CI
philippotto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left click toggle leaves measuring=true after hiding.
When unpinning (hide), set measuring=false; otherwise the UI stays in “measuring” state.
📝 Committable suggestion
🤖 Prompt for AI Agents