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
with visible = true they appear in the Quick Search... results (that search bar in Fiji, written by Curtis et al). It is silly to have the commands picked up in searched because they are not registered in the ImageJ UI, and pressing Run on a searched SNT command is a guaranteed failure since the inputs won't be properly defined.
But napari support is way more important! so I tried to make the bulk of them visible with 9ad2b61 (I think I toggled the visibility of most commands, but do let me know if I have missed some).
v4.1.20 has been released with this change! (BTW: In this version core classes no longer rely on LegacyService: I kept running (initialization errors) into issues with pyimagej related to LegacyService. Now that it is not needed, those are gone 😄 )
Closing this issue for now. We can always open it if something is needed
Is your feature request related to a problem? Please describe.
Some IJ2 Commands in SNT cannot be discovered in napari-imagej, like SkeletonizerCmd. Ran into this here imagej/napari-imagej#262
Describe the solution you'd like
Can the Commands in
sc.fiji.snt.plugin
be changed to havevisible = true
?Describe alternatives you've considered
Unclear what the alternatives would be.
Additional context
Trying to expose SNT through napari-imagej
The text was updated successfully, but these errors were encountered: