-
Notifications
You must be signed in to change notification settings - Fork 4
Experimental #173
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
Draft
AnniekStok
wants to merge
64
commits into
main
Choose a base branch
from
experimental
base: main
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.
Draft
Experimental #173
Conversation
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
…bute anything and is complicated to keep in sync
…to TrackPoints and TrackLabels
…g tracks vs starting a new track when adding a new node with a point
…(intersection between display mode all vs lineage and visibility in the plane sliders)
…tute for TrackGraph layers in the orthogonal views, to make sure the layer indices in the orthogonal views always match with those of the main viewer
… do not adjust the camera view
…ing to a node, so that the cross widget (if present) can update its location
…ifferent viewer models in the orthogonal views
… select/deselect nodes. When dragged however, do not alter the selection, as this is likely aiming to adjust the viewer angle when in 3D mode
… people first open images and then the plugin
… while not in select mode
…tract track_ids from node ids
…ansparency of 0 after hiding/showing the cross) and use line vector style
…r visible nodes in the TrackPoints layer when no TrackLabels layer is present to retrieve tracksviewer from
… when using the navigation keybinds
…up only in the case there is a trackpoints layer without a tracklabels layer in the tracksviewer
…gonal views to allow moving a point from any views
…elab/motile_tracker into continue_track_point_button
…list of node ids. Only display the seg, points, tracks for nodes in this list. In the tracks (graph) layer, this means filtering the data by the combination of track_id and time, since it does not directly use node_ids
…ection and (optionally) the nodes visible in the current clipping plane region
…bs - otherwise, the sliders work but the data does not get updated until the user switches tabs or clicks on the viewer model
… tabs on ndisplay change
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Made this draft pull request so that the tests can run before pre-release. Not aiming to actually merge this.