Skip to content

Commit

Permalink
Add menu contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jun 26, 2024
1 parent 74a6b0a commit 4eff43a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/zarpaint/napari.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: zarpaint
schema_version: 0.1.0
schema_version: 0.2.0
contributions:
commands:
- id: zarpaint.add_points_3d_with_alt_click
Expand Down Expand Up @@ -42,3 +42,16 @@ contributions:
display_name: Split With Watershed
- command: zarpaint.copy_data
display_name: Copy Data

menus:
napari/file/new_layer:
- command: zarpaint.create_labels
napari/layers/visualize:
- command: zarpaint.DimsSorter
- command: zarpaint.set_axis_labels
napari/layers/annotate:
- command: zarpaint.add_points_3d_with_alt_click
napari/layers/data:
- command: zarpaint.copy_data
napari/layers/segment:
- command: zarpaint.watershed_split

0 comments on commit 4eff43a

Please sign in to comment.