-
Notifications
You must be signed in to change notification settings - Fork 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
[WIP] add camera spline widget #159
Conversation
I need to cut a new release of |
sorry, do you mean a new release of napari-threedee? 🙂 |
Sorry - yes! |
Test fails are due to hard-coded PyQt5 import, I have made a PR upstream to fix: |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #159 +/- ##
==========================================
+ Coverage 86.23% 86.36% +0.13%
==========================================
Files 26 27 +1
Lines 1075 1093 +18
==========================================
+ Hits 927 944 +17
- Misses 148 149 +1 ☔ View full report in Codecov by Sentry. |
Maybe I'm not using it properly, but I used the camera spline path to make a spline path and that works (modulo the broken
Looks like what I implemented in: Edit:
...and features are Pandas:
|
Thanks for the feedback @psobolewskiPhD ! This might be related to the properties -> features migration on the napari side. Unfortunately, I don't think I will have the time to push this across the line in the coming weeks, so I think it's best that we close this PR for now. Hopefully I (or someone else) can pick it up in the future! |
This PR adds a widget for annotating a spline path through the data and then using it to set the camera path.