You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create Annotation From View Mode: Keep Activated Mapping (#6647)
* [WIP] Create Annotation From View Mode: Keep Activated Mapping
* fix typing errors
* pass active mapping name when creating explorational from dataset view mode
* clean up
* changelog
* also use potentially active mapping when making a segmentation layer editable (i.e., adding a volume annotation layer)
Co-authored-by: Philipp Otto <philipp.4096@googlemail.com>
Co-authored-by: Philipp Otto <philippotto@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.unreleased.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
19
19
- When adding remote Zarr datasets with multiple channels, channels are converted into layers. [#6609](https://github.com/scalableminds/webknossos/pull/6609)
20
20
- When adding a remote OME-NGFF dataset with labels, these are added as segmentation layers. [#6638](https://github.com/scalableminds/webknossos/pull/6638)
21
21
- The scale bar is now included in screenshots of the viewports made using the `Q` shortcut or the "Screenshot" menu entry. If the scale bar should not be included, disable it using "Settings - Viewport Options - Show Scalebars". [#6644](https://github.com/scalableminds/webknossos/pull/6644)
22
+
- When creating an annotation from the dataset view, a previously selected mapping of the segmentation layer is now automatically selected in the volume annotation layer fallback segmentation as well. [#6647](https://github.com/scalableminds/webknossos/pull/6647)
22
23
23
24
### Changed
24
25
- The log viewer in the Voxelytics workflow reporting now uses a virtualized list. [#6579](https://github.com/scalableminds/webknossos/pull/6579)
0 commit comments