Skip to content

Radius tool #26

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
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8e84bfb
SphereLinkNodes: add readlock while updating spots, add applyTagToAll…
smlpt May 16, 2025
8de2828
SphereLinkNodes: add branch deletion via recursive search
smlpt May 20, 2025
20be9e0
SphereLinkNodes: implement worker queue for sphere/link updates, add …
smlpt May 23, 2025
92070bd
SciviewBridgeUIMig: unify start/stop VR button
smlpt May 23, 2025
1a76ab4
Multi-spot selection and editing. Improved async worker queue
smlpt May 26, 2025
5998d80
SciviewBridge: fix timepoint wrapping
smlpt May 27, 2025
4e3982f
SphereLinkNodes: allow selecting multiple points via drag. Update sel…
smlpt May 27, 2025
f36b31d
SphereLinkNodes: clean up old unneeded code bits
smlpt May 27, 2025
1dfbb3b
SciviewBridge: always include whole time range for NN linking
smlpt May 27, 2025
7a9a92e
Fix track merging behavior
smlpt Jun 25, 2025
2291e70
Fix edge polarity
smlpt Jun 30, 2025
d878988
Fix spot radius sizes and updating
smlpt Jul 2, 2025
8780b73
SciviewBridge: add sciviewToMastodonScale method
smlpt Jul 7, 2025
0f7aeb8
SphereLinkNodes: pass radius from 3D cursor to Mastodon
smlpt Jul 7, 2025
fffb8f1
SphereLinkNodes: added findSpotsInRange to do multi-spot selections
smlpt Jul 8, 2025
2fc7089
Combine cursor and spot scaling behavior, wrapped by AnalogInputWrapper
smlpt Jul 10, 2025
3164265
Lower spot size adjustment speed, defer mastodon updates during drag …
smlpt Jul 10, 2025
24f34a0
SciviewBridge: add redo behavior
smlpt Jul 16, 2025
0011723
Build: remove redundant snakeyaml dep
smlpt Jul 17, 2025
3a72e79
Add world space flag to addOrRemoveSpots
smlpt Aug 11, 2025
15ec4ec
Fix input setup race condition and controller track end conitions
smlpt Aug 13, 2025
168aa11
Fix selections after deletions
smlpt Aug 13, 2025
f324b21
SciviewBridge: add callbacks for toggling spot/link visibility
smlpt Aug 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ repositories {

dependencies {
implementation(platform("org.scijava:pom-scijava:37.0.0"))
implementation("org.yaml:snakeyaml:2.3")

implementation("net.imagej:imagej")

Expand Down
Loading