| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Replaces the menu action trigger for activating the 'napari-deeplabcut' plugin with a direct call to add the 'Keypoint controls' dock widget. Safer and required to use new plugin code from DeepLabCut/napari-deeplabcut#153
|
@deruyter92 Do we have a napari-dlc label ? For PRs/issues |
Sorry, something went wrong.
There was a problem hiding this comment.
Good idea to replace this. Tested it and works well for me!
Sorry, something went wrong.
|
@MMathisLab Thanks for the labeling ! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Replaces the menu action trigger for activating the 'napari-deeplabcut' plugin with a direct, safer call to add the 'Keypoint controls' dock widget.
This pull request updates how the napari-deeplabcut plugin is activated when launching Napari from the launch_napari function. Instead of searching for and triggering the plugin via the plugins menu actions, the code now directly adds the plugin's dock widget to the Napari window.
NOTE
Plugin activation improvement: